/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 1062 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); // Undefined depth/stencil format in verifyImage() local 1064 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 1066 … refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage() 1067 …refRenderer64 (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat64, tcuDepthFormat, &program); in verifyImage() 1068 … refRenderer8 (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat8, tcuDepthFormat, &program); in verifyImage() 1465 …const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); // Undefined depth/stencil form… in verifyImage() local 1467 const ColorFragmentShaderDualSource fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 1469 … refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage() 1470 …refRenderer64 (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat64, tcuDepthFormat, &program); in verifyImage() 1471 … refRenderer8 (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat8, tcuDepthFormat, &program); in verifyImage()
|
D | vktPipelinePushDescriptorTests.cpp | 578 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local 580 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 582 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage() 1691 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local 1693 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 1695 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage() 3032 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local 3034 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 3036 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage() 4083 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local [all …]
|
D | vktPipelineDepthTests.cpp | 715 const tcu::TextureFormat tcuDepthFormat = mapVkFormat(m_depthFormat); in verifyImage() local 717 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 719 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
|
D | vktPipelinePushConstantTests.cpp | 608 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local 610 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 612 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage() 2548 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verify() local 2550 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verify() 2552 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verify()
|
D | vktPipelineDynamicOffsetTests.cpp | 662 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local 664 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 666 … refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
|
D | vktPipelineMultisampleTests.cpp | 1619 const tcu::TextureFormat tcuDepthFormat = tcu::TextureFormat(); in verifyImage() local 1621 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 1623 …r refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
|