Searched refs:colorAttachmentEnable (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 119 const bool colorAttachmentEnable, 141 const bool colorAttachmentEnable, 272 const bool colorAttachmentEnable, in StencilTest() argument 278 , m_colorAttachmentEnable (colorAttachmentEnable) in StencilTest() 348 const bool colorAttachmentEnable, in StencilTestInstance() argument 353 , m_colorAttachmentEnable (colorAttachmentEnable) in StencilTestInstance() 356 , m_colorFormat (colorAttachmentEnable ? VK_FORMAT_R8G8B8A8_UNORM : VK_FORMAT_UNDEFINED) in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 128 const bool colorAttachmentEnable = true); 158 const bool colorAttachmentEnable); 221 const bool colorAttachmentEnable) in DepthTest() argument 230 , m_colorAttachmentEnable (colorAttachmentEnable) in DepthTest() 303 const bool colorAttachmentEnable) in DepthTestInstance() argument 306 , m_colorFormat (colorAttachmentEnable ? VK_FORMAT_R8G8B8A8_UNORM : VK_FORMAT_UNDEFINED) in DepthTestInstance() 314 , m_colorAttachmentEnable (colorAttachmentEnable) in DepthTestInstance()
|