Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp1067 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1072 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1074 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepth… in verifyImage()
1102 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1109 if (isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1126 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1129 refLevel.setStorage(tcuColorFormat, m_renderSize.x(), m_renderSize.y(), 1); in verifyImage()
1139 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1141 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1470 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()
DvktPipelinePushConstantTests.cpp615 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
618 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
620 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
2578 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verify() local
2581 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verify()
2583 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verify()
DvktPipelineInputAssemblyTests.cpp1584 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1587 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
1589 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStenc… in verifyImage()
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.cpp1669 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1670 tcu::TextureLevel reference (tcuColorFormat, m_renderSize.x(), m_renderSize.y()); in verifyImage()
1683 tcu::clear(reference.getAccess(), defaultClearColor(tcuColorFormat)); in verifyImage()
DvktPipelineMultisampleTests.cpp2004 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
2007 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
2009 …ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthF… in verifyImage()
DvktPipelineExtendedDynamicStateTests.cpp2463 const auto tcuColorFormat = vk::mapVkFormat(colorFormat); in iterate() local
2464 tcu::TextureLevel referenceColorLevel (tcuColorFormat, kWidth, kHeight); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp542 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
1017 const auto colorVerifBufferSize = getCopyBufferSize(tcuColorFormat, extent); in iterate()
1185 tcu::ConstPixelBufferAccess colorPixels(tcuColorFormat, iExtent, verifAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp701 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
774 … auto outputBufferSize = pixelCount * static_cast<VkDeviceSize>(tcu::getPixelSize(tcuColorFormat)); in iterate()