/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 1067 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 …]
|
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 | vktPipelinePushConstantTests.cpp | 615 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()
|
D | vktPipelineInputAssemblyTests.cpp | 1584 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()
|
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 | 1669 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()
|
D | vktPipelineMultisampleTests.cpp | 2004 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()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 2463 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/ |
D | vktImageDepthStencilDescriptorTests.cpp | 542 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/ |
D | vktDrawMultiExtTests.cpp | 701 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local 774 … auto outputBufferSize = pixelCount * static_cast<VkDeviceSize>(tcu::getPixelSize(tcuColorFormat)); in iterate()
|