Searched refs:dsFormats (Results 1 – 8 of 8) sorted by relevance
225 static const VkFormat dsFormats[] = in pickSupportedDepthStencilFormat() local232 for (deUint32 i = 0; i < DE_LENGTH_OF_ARRAY(dsFormats); ++i) in pickSupportedDepthStencilFormat()233 if (isSupportedDepthStencilFormat(instanceInterface, device, dsFormats[i])) in pickSupportedDepthStencilFormat()234 return dsFormats[i]; in pickSupportedDepthStencilFormat()
814 static const VkFormat dsFormats[] = in createBufferTests() local827 for (const auto& testFormat : dsFormats) in createBufferTests()
1247 const auto dsFormats = getFormats(dsType); in createRenderPassUnusedClearAttachmentTests() local1249 for (const auto dsFormat : dsFormats) in createRenderPassUnusedClearAttachmentTests()
786 …const std::vector<VkFormat> dsFormats { VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT… in checkAndGetDSFormat() local790 for (const auto& dsFormat : dsFormats) in checkAndGetDSFormat()