Home
last modified time | relevance | path

Searched refs:tcuColorFormat (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp768 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()
DvktPipelinePushDescriptorTests.cpp566 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 …]
DvktPipelineStencilTests.cpp670 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()
DvktPipelineDepthTests.cpp640 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()
DvktPipelineDynamicOffsetTests.cpp581 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()
DvktPipelineInputAssemblyTests.cpp1342 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()
DvktPipelinePushConstantTests.cpp588 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()
DvktPipelineVertexInputTests.cpp1615 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()
DvktPipelineMultisampleTests.cpp1324 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()