Home
last modified time | relevance | path

Searched refs:findSupportedDepthStencilFormat (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp162 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat() function
2113 m_depthStencilFormat = findSupportedDepthStencilFormat(m_context, useDepth(), useStencil()); in iterate()
H A DvktPipelineMultisampleTests.cpp141 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
1308 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat() function
2081 const VkFormat depthStencilFormat = findSupportedDepthStencilFormat(context, useDepth, useStencil);
5648 const auto dsFormat = findSupportedDepthStencilFormat(context, true, true);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp161 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat() function
2089 m_depthStencilFormat = findSupportedDepthStencilFormat(m_context, useDepth(), useStencil()); in iterate()
H A DvktPipelineMultisampleTests.cpp138 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
1287 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat() function
2029 const VkFormat depthStencilFormat = findSupportedDepthStencilFormat(context, useDepth, useStencil);

Completed in 28 milliseconds