Searched refs:findSupportedDepthStencilFormat (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 162 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 D | vktPipelineMultisampleTests.cpp | 141 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 D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 161 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 D | vktPipelineMultisampleTests.cpp | 138 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