Home
last modified time | relevance | path

Searched refs:dsFormats (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp225 static const VkFormat dsFormats[] = in pickSupportedDepthStencilFormat() local
232 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp225 static const VkFormat dsFormats[] = in pickSupportedDepthStencilFormat() local
232 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferTests.cpp814 static const VkFormat dsFormats[] = in createBufferTests() local
827 for (const auto& testFormat : dsFormats) in createBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp814 static const VkFormat dsFormats[] = in createBufferTests() local
827 for (const auto& testFormat : dsFormats) in createBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1247 const auto dsFormats = getFormats(dsType); in createRenderPassUnusedClearAttachmentTests() local
1249 for (const auto dsFormat : dsFormats) in createRenderPassUnusedClearAttachmentTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1247 const auto dsFormats = getFormats(dsType); in createRenderPassUnusedClearAttachmentTests() local
1249 for (const auto dsFormat : dsFormats) in createRenderPassUnusedClearAttachmentTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp786 …const std::vector<VkFormat> dsFormats { VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT… in checkAndGetDSFormat() local
790 for (const auto& dsFormat : dsFormats) in checkAndGetDSFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp786 …const std::vector<VkFormat> dsFormats { VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT… in checkAndGetDSFormat() local
790 for (const auto& dsFormat : dsFormats) in checkAndGetDSFormat()