Home
last modified time | relevance | path

Searched refs:colorAccess (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp731 tcu::VecAccess<float, 4, 4> colorAccess = vertexIt->color.xyzw(); in generateDrawData() local
732 colorAccess = tcu::randomVec4(rnd); in generateDrawData()
846 tcu::VecAccess<float, 4, 4> colorAccess = vertexIt->color.xyzw(); in generateDrawData() local
847 colorAccess = tcu::randomVec4(rnd); in generateDrawData()
999 tcu::VecAccess<float, 4, 4> colorAccess = vertexIt->color.xyzw(); in generateDrawData() local
1000 colorAccess = tcu::randomVec4(rnd); in generateDrawData()
/external/deqp/modules/internal/
DditFrameworkTests.cpp771 …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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp967 const auto colorAccess = colorBuffer->getAccess(); in iterate() local
977 const auto colorPixel = colorAccess.getPixel(x, y); in iterate()
989 logErrors(log, "Color", desc.str(), colorAccess, colorErrorAccess); in iterate()
DvktPipelineExtendedDynamicStateTests.cpp1924 const auto colorAccess = colorBuffer->getAccess(); in iterate() local
1958 auto colorPixel = colorAccess.getPixel(x, y); in iterate()
1989 logErrors(log, "Color", "Result color image and error mask", colorAccess, colorErrorAccess); in iterate()
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp508 …const tcu::PixelBufferAccess colorAccess = gls::FragmentOpUtil::getMultisampleAccess(m_refColorBu… in iterate() local
528 …m_referenceRenderer->render(colorAccess, nullAccess /* no depth */, nullAccess /* no stencil */, q… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp286 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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4705 …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()