/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 1059 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 …]
|
D | vktPipelinePushDescriptorTests.cpp | 577 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 …]
|
D | vktPipelineStencilTests.cpp | 749 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()
|
D | vktPipelineDepthTests.cpp | 714 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()
|
D | vktPipelineInputAssemblyTests.cpp | 1367 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()
|
D | vktPipelinePushConstantTests.cpp | 607 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()
|
D | vktPipelineDynamicOffsetTests.cpp | 661 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()
|
D | vktPipelineVertexInputTests.cpp | 1618 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()
|
D | vktPipelineMultisampleTests.cpp | 1618 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()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 1932 const auto tcuColorFormat = vk::mapVkFormat(colorFormat); in iterate() local 1933 tcu::TextureLevel referenceColorLevel (tcuColorFormat, kWidth, kHeight); in iterate()
|