/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 768 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 773 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 775 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepth… in verifyImage() 803 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage() 810 if (isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage() 827 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage() 830 refLevel.setStorage(tcuColorFormat, m_renderSize.x(), m_renderSize.y(), 1); in verifyImage() 840 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage() 842 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
|
D | vktPipelinePushDescriptorTests.cpp | 566 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 569 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 571 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage() 1673 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 1676 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 1678 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage() 2986 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 2989 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 2991 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage() 4027 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local [all …]
|
D | vktPipelineStencilTests.cpp | 670 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 673 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage() 675 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStenc… in verifyImage()
|
D | vktPipelineDepthTests.cpp | 640 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 643 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 645 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
|
D | vktPipelineDynamicOffsetTests.cpp | 581 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 584 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 586 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepth… in verifyImage()
|
D | vktPipelineInputAssemblyTests.cpp | 1342 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 1345 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage() 1347 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStenc… in verifyImage()
|
D | vktPipelinePushConstantTests.cpp | 588 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 591 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 593 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
|
D | vktPipelineVertexInputTests.cpp | 1615 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 1616 tcu::TextureLevel reference (tcuColorFormat, m_renderSize.x(), m_renderSize.y()); in verifyImage() 1629 tcu::clear(reference.getAccess(), defaultClearColor(tcuColorFormat)); in verifyImage()
|
D | vktPipelineMultisampleTests.cpp | 1324 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local 1327 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage() 1329 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
|