Searched refs:devPlat (Results 1 – 2 of 2) sorted by relevance
90 const auto& devPlat = deviceVk.GetPlatformInternalDataVk(); in CheckDepthFormat() local91 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in CheckDepthFormat()96 if (!devPlat.supportedDepthFormats.empty()) { in CheckDepthFormat()99 devPlat.supportedDepthFormats[0]); in CheckDepthFormat()101 return devPlat.supportedDepthFormats[0]; in CheckDepthFormat()
50 const auto& devPlat = deviceVk.GetPlatformInternalDataVk(); in GetValidDepthFormat() local53 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in GetValidDepthFormat()