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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp122 VkFormat m_stencilFormat; member in class:vkt::pipeline::__anon4400::StencilTest
144 const VkFormat m_stencilFormat; member in class:vkt::pipeline::__anon4400::StencilTestInstance
264 , m_stencilFormat (stencilFormat)
276 return new StencilTestInstance(context, m_stencilFormat, m_stencilOpStateFront, m_stencilOpStateBack);
314 , m_stencilFormat (stencilFormat)
354 if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_stencilFormat))
355 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_stencilFormat));
363 m_stencilFormat, // VkFormat format;
382 const VkImageAspectFlags aspect = (mapVkFormat(m_stencilFormat).order == tcu::TextureFormat::DS ? VK_IMAGE_ASPECT_STENCIL_BIT | VK_IMAGE_ASPECT_DEPTH_BIT
413 m_stencilFormat, // VkForma
[all...]

Completed in 111 milliseconds