Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp1059 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1064 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1066 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepth… in verifyImage()
1094 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1101 if (isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1118 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1121 refLevel.setStorage(tcuColorFormat, m_renderSize.x(), m_renderSize.y(), 1); in verifyImage()
1131 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1133 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1462 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
[all …]
DvktPipelinePushDescriptorTests.cpp577 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
580 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
582 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
1690 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1693 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1695 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
3031 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
3034 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
3036 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
4082 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
[all …]
DvktPipelineStencilTests.cpp749 const tcu::TextureFormat tcuColorFormat = mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM); in verifyImage() local
752 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
754 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStenc… in verifyImage()
DvktPipelineDepthTests.cpp714 const tcu::TextureFormat tcuColorFormat = mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM); in verifyImage() local
717 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
719 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
DvktPipelineInputAssemblyTests.cpp1367 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1370 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
1372 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStenc… in verifyImage()
DvktPipelinePushConstantTests.cpp607 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
610 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
612 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
2547 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verify() local
2550 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verify()
2552 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verify()
DvktPipelineDynamicOffsetTests.cpp661 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
664 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
666 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepth… in verifyImage()
DvktPipelineVertexInputTests.cpp1618 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1619 tcu::TextureLevel reference (tcuColorFormat, m_renderSize.x(), m_renderSize.y()); in verifyImage()
1632 tcu::clear(reference.getAccess(), defaultClearColor(tcuColorFormat)); in verifyImage()
DvktPipelineMultisampleTests.cpp1618 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1621 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1623 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
DvktPipelineExtendedDynamicStateTests.cpp1932 const auto tcuColorFormat = vk::mapVkFormat(colorFormat); in iterate() local
1933 tcu::TextureLevel referenceColorLevel (tcuColorFormat, kWidth, kHeight); in iterate()