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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp912 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); // Undefined depth/stencil format local
914 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat);
916 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program);
H A DvktPipelineDepthTests.cpp845 const tcu::TextureFormat tcuDepthFormat = mapVkFormat(m_depthFormat); local
847 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat);
849 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program);
H A DvktPipelinePushConstantTests.cpp1262 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); local
1264 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat);
1266 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program);
H A DvktPipelineMultisampleTests.cpp1003 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); local
1005 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat);
1007 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program);

Completed in 303 milliseconds