Home
last modified time | relevance | path

Searched refs:tcuColorFormat (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp1081 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1086 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1088 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
1116 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1123 if (isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1140 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1143 refLevel.setStorage(tcuColorFormat, m_renderSize.x(), m_renderSize.y(), 1); in verifyImage()
1153 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1155 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1488 const tcu::TextureFormat tcuColorFormat in verifyImage() local
1978 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_params.colorFormat); iterate() local
[all...]
H A DvktPipelinePushDescriptorTests.cpp606 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
609 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
611 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
1730 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1733 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1735 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
3088 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
3091 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
3093 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
4154 const tcu::TextureFormat tcuColorFormat in verifyImage() local
[all...]
H A DvktPipelineStencilTests.cpp784 const tcu::TextureFormat tcuColorFormat = mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM); in verifyImage() local
787 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
789 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
H A DvktPipelinePushConstantTests.cpp636 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
639 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
641 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
2632 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verify() local
2635 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verify()
2637 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verify()
H A DvktPipelineDepthTests.cpp1038 const tcu::TextureFormat tcuColorFormat = mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM); in verifyImage() local
1041 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat, (m_depthClipControl != DepthClipControlCase::DISABLED)); in verifyImage()
1043 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
H A DvktPipelineInputAssemblyTests.cpp1546 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1549 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
1551 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
H A DvktPipelineDynamicOffsetTests.cpp700 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
703 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
705 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
H A DvktPipelineVertexInputTests.cpp1713 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1714 tcu::TextureLevel reference (tcuColorFormat, m_renderSize.x(), m_renderSize.y()); in verifyImage()
1727 tcu::clear(reference.getAccess(), defaultClearColor(tcuColorFormat)); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp1083 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1088 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1090 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
1118 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1125 if (isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1142 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1145 refLevel.setStorage(tcuColorFormat, m_renderSize.x(), m_renderSize.y(), 1); in verifyImage()
1155 if (isLegalExpandableFormat(tcuColorFormat.type)) in verifyImage()
1157 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1490 const tcu::TextureFormat tcuColorFormat in verifyImage() local
1980 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_params.colorFormat); iterate() local
[all...]
H A DvktPipelinePushDescriptorTests.cpp595 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
598 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
600 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
1718 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1721 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
1723 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
3070 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
3073 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
3075 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
4134 const tcu::TextureFormat tcuColorFormat in verifyImage() local
[all...]
H A DvktPipelineStencilTests.cpp779 const tcu::TextureFormat tcuColorFormat = mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM); in verifyImage() local
782 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
784 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
H A DvktPipelinePushConstantTests.cpp634 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
637 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
639 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
2640 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verify() local
2643 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verify()
2645 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verify()
H A DvktPipelineDepthTests.cpp996 const tcu::TextureFormat tcuColorFormat = mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM); in verifyImage() local
999 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat, (m_depthClipControl != DepthClipControlCase::DISABLED)); in verifyImage()
1001 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
H A DvktPipelineInputAssemblyTests.cpp1550 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1553 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuStencilFormat); in verifyImage()
1555 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuStencilFormat, &program); in verifyImage()
H A DvktPipelineVertexInputTests.cpp1571 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
1572 tcu::TextureLevel reference (tcuColorFormat, m_renderSize.x(), m_renderSize.y()); in verifyImage()
1585 tcu::clear(reference.getAccess(), defaultClearColor(tcuColorFormat)); in verifyImage()
H A DvktPipelineDynamicOffsetTests.cpp701 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
704 const ColorFragmentShader fragmentShader (tcuColorFormat, tcuDepthFormat); in verifyImage()
706 ReferenceRenderer refRenderer (m_renderSize.x(), m_renderSize.y(), 1, tcuColorFormat, tcuDepthFormat, &program); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp694 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
695 const auto pixelSize = static_cast<uint32_t>(tcu::getPixelSize(tcuColorFormat)); in iterate()
777 tcu::ConstPixelBufferAccess resultAccess (tcuColorFormat, iExtent3D, verificationBufferData); in iterate()
911 const auto tcuColorFormat = mapVkFormat(fbFormat); in iterate() local
912 const auto pixelSize = static_cast<uint32_t>(tcu::getPixelSize(tcuColorFormat)); in iterate()
993 tcu::ConstPixelBufferAccess resultAccess (tcuColorFormat, iExtent3D, verificationBufferData); in iterate()
1432 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
1433 const auto pixelSize = static_cast<uint32_t>(tcu::getPixelSize(tcuColorFormat)); in iterate()
1550 tcu::ConstPixelBufferAccess resultAccess (tcuColorFormat, iExtent3D, verificationBufferData); in iterate()
2225 const auto tcuColorFormat in iterate() local
[all...]
H A DvktMeshShaderMiscTestsEXT.cpp4662 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
4798 const auto verificationBufferSize = static_cast<VkDeviceSize>(colorExtent.width * colorExtent.height * tcu::getPixelSize(tcuColorFormat)); in iterate()
4896 const tcu::ConstPixelBufferAccess verificationAccess (tcuColorFormat, iColorExtent, verificationBufferData); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp694 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
695 const auto pixelSize = static_cast<uint32_t>(tcu::getPixelSize(tcuColorFormat)); in iterate()
777 tcu::ConstPixelBufferAccess resultAccess (tcuColorFormat, iExtent3D, verificationBufferData); in iterate()
911 const auto tcuColorFormat = mapVkFormat(fbFormat); in iterate() local
912 const auto pixelSize = static_cast<uint32_t>(tcu::getPixelSize(tcuColorFormat)); in iterate()
993 tcu::ConstPixelBufferAccess resultAccess (tcuColorFormat, iExtent3D, verificationBufferData); in iterate()
1432 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
1433 const auto pixelSize = static_cast<uint32_t>(tcu::getPixelSize(tcuColorFormat)); in iterate()
1550 tcu::ConstPixelBufferAccess resultAccess (tcuColorFormat, iExtent3D, verificationBufferData); in iterate()
2225 const auto tcuColorFormat in iterate() local
[all...]
H A DvktMeshShaderMiscTestsEXT.cpp4659 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
4795 const auto verificationBufferSize = static_cast<VkDeviceSize>(colorExtent.width * colorExtent.height * tcu::getPixelSize(tcuColorFormat)); in iterate()
4893 const tcu::ConstPixelBufferAccess verificationAccess (tcuColorFormat, iColorExtent, verificationBufferData); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp359 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
641 const tcu::ConstPixelBufferAccess colorResultAccess (tcuColorFormat, fbExtent, colorBuffer.getBufferAllocation().getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A 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_no_buildgn/vulkan/image/
H A 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/
H A DvktDrawMultiExtTests.cpp807 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
880 const auto outputBufferSize = pixelCount * static_cast<VkDeviceSize>(tcu::getPixelSize(tcuColorFormat)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp805 const auto tcuColorFormat = mapVkFormat(colorFormat); in iterate() local
878 const auto outputBufferSize = pixelCount * static_cast<VkDeviceSize>(tcu::getPixelSize(tcuColorFormat)); in iterate()

Completed in 106 milliseconds

12