/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktBasicDrawTests.cpp | 765 tcu::VecAccess<float, 4, 4> colorAccess = vertexIt->color.xyzw(); in generateDrawData() local 766 colorAccess = tcu::randomVec4(rnd); in generateDrawData() 880 tcu::VecAccess<float, 4, 4> colorAccess = vertexIt->color.xyzw(); in generateDrawData() local 881 colorAccess = tcu::randomVec4(rnd); in generateDrawData() 1033 tcu::VecAccess<float, 4, 4> colorAccess = vertexIt->color.xyzw(); in generateDrawData() local 1034 colorAccess = tcu::randomVec4(rnd); in generateDrawData()
|
D | vktDrawMultiExtTests.cpp | 1136 …tcu::ConstPixelBufferAccess colorAccess (colorVerificationFormat, iWidth, iHeight, 1, outputBuf… in iterate() local 1189 …if (!tcu::intThresholdCompare(log, colorSetName.c_str(), "", refColorAccess, colorAccess, tcu::UVe… in iterate()
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditFrameworkTests.cpp | 771 …const rr::MultisamplePixelBufferAccess colorAccess = rr::MultisamplePixelBufferAccess::fromMultis… in runCase() local 773 const rr::RenderTarget renderTarget (colorAccess, dsAccess, dsAccess); in runCase() 779 rr::ViewportState viewport (colorAccess); in runCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderMiscTests.cpp | 337 …const auto colorAccess = (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_… in iterate() local 342 …const auto preCopyBarrier = makeImageMemoryBarrier(colorAccess, transferRead, VK_IMAGE_LAYOUT_COLO… in iterate() 2255 …const auto colorAccess = (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_… in iterate() local 2260 …const auto preCopyBarrier = makeImageMemoryBarrier(colorAccess, transferRead, VK_IMAGE_LAYOUT_COLO… in iterate() 2515 …const auto colorAccess = (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_… in iterate() local 2520 …const auto preCopyBarrier = makeImageMemoryBarrier(colorAccess, transferRead, VK_IMAGE_LAYOUT_COLO… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 972 const auto colorAccess = colorBuffer->getAccess(); in iterate() local 982 const auto colorPixel = colorAccess.getPixel(x, y); in iterate() 994 logErrors(log, "Color", desc.str(), colorAccess, colorErrorAccess); in iterate()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 2455 const auto colorAccess = colorBuffer->getAccess(); in iterate() local 2491 auto colorPixel = colorAccess.getPixel(x, y); in iterate() 2498 auto colorPixel = colorAccess.getPixelUint(x, y); in iterate() 2523 logErrors(log, "Color", "Result color image and error mask", colorAccess, colorErrorAccess); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 509 …const tcu::PixelBufferAccess colorAccess = gls::FragmentOpUtil::getMultisampleAccess(m_refColorBu… in iterate() local 529 …m_referenceRenderer->render(colorAccess, nullAccess /* no depth */, nullAccess /* no stencil */, q… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 286 static std::string getFragmentReturnSource (const std::string& colorAccess); 1709 …d::string CommonDescriptorInstance::getFragmentReturnSource (const std::string& colorAccess) in getFragmentReturnSource() argument 1711 return " FragColor = " + colorAccess + ";\n"; in getFragmentReturnSource()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4705 …tcu::ConstPixelBufferAccess colorAccess (colorTcuFormat, iWidth, iHeight, 1, colorCheckBufferDat… in iterate() local 4716 const tcu::UVec4 colorValue = colorAccess.getPixelUint(x, y); in iterate() 4740 << tcu::TestLog::Image("ColorOutput", "", colorAccess) in iterate()
|