Home
last modified time | relevance | path

Searched refs:isSupportedDepthStencilFormat (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function
72 …if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), for… in testSupportsDepthStencilFormat()
91 …if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), for… in testSupportsAtLeastOneDepthStencilFormat()
244 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in checkSupport()
DvktPipelineStencilExportTests.cpp126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function
547 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), st… in checkSupport()
DvktPipelineStencilTests.cpp61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function
289 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in checkSupport()
DvktPipelineDepthRangeUnrestrictedTests.cpp125 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice … in isSupportedDepthStencilFormat() function
806 …if (!isSupportedDepthStencilFormat(m_context.getInstanceInterface(), m_context.getPhysicalDevice()… in DepthRangeUnrestrictedTestInstance()
DvktPipelineMultisampleSampleLocationsExtTests.cpp154 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isSupportedDepthStencilFormat() function
171 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D24_UNORM_S8_UINT)) in findSupportedDepthStencilFormat()
174 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D32_SFLOAT_S8_UINT)) in findSupportedDepthStencilFormat()
DvktPipelineMultisampleTests.cpp126 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice p…
1231 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isSupportedDepthStencilFormat() function
1248 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D24_UNORM_S8_UINT)) in findSupportedDepthStencilFormat()
1251 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D32_SFLOAT_S8_UINT)) in findSupportedDepthStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp216 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() function
234 if (isSupportedDepthStencilFormat(instanceInterface, device, dsFormats[i])) in pickSupportedDepthStencilFormat()
DvktFragmentOperationsEarlyFragmentTests.cpp191 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() function
204 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2672 bool isSupportedDepthStencilFormat(const InstanceInterface& vki, const VkPhysicalDevice physDevice,… in isSupportedDepthStencilFormat() function
2693 if (!isSupportedDepthStencilFormat(vki, vkPhysDevice, testParams.dst.image.format)) in CopyBufferToDepthStencil()