Searched refs:isSupportedDepthStencilFormat (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 59 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() 316 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in DepthTestInstance()
|
D | vktPipelineStencilExportTests.cpp | 126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function 586 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), st… in checkSupport()
|
D | vktPipelineStencilTests.cpp | 61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function 354 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in StencilTestInstance()
|
D | vktPipelineMultisampleTests.cpp | 114 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice p… 885 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isSupportedDepthStencilFormat() function 902 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D24_UNORM_S8_UINT)) in findSupportedDepthStencilFormat() 905 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D32_SFLOAT_S8_UINT)) in findSupportedDepthStencilFormat()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 147 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isSupportedDepthStencilFormat() function 164 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D24_UNORM_S8_UINT)) in findSupportedDepthStencilFormat() 167 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D32_SFLOAT_S8_UINT)) in findSupportedDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 208 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() function 221 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
|