Searched refs:isSupportedDepthStencilFormat (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function 547 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), st… in checkSupport()
|
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() 244 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in checkSupport()
|
D | vktPipelineStencilTests.cpp | 61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() function 289 …if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_… in checkSupport()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 125 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice … in isSupportedDepthStencilFormat() function 806 …if (!isSupportedDepthStencilFormat(m_context.getInstanceInterface(), m_context.getPhysicalDevice()… in DepthRangeUnrestrictedTestInstance()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 154 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()
|
D | vktPipelineMultisampleTests.cpp | 124 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice p… 1058 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice… in isSupportedDepthStencilFormat() function 1075 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D24_UNORM_S8_UINT)) in findSupportedDepthStencilFormat() 1078 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D32_SFLOAT_S8_UINT)) in findSupportedDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 186 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() function 199 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2186 bool isSupportedDepthStencilFormat(const InstanceInterface& vki, const VkPhysicalDevice physDevice,… in isSupportedDepthStencilFormat() function 2207 if (!isSupportedDepthStencilFormat(vki, vkPhysDevice, testParams.dst.image.format)) in CopyBufferToDepthStencil()
|