HomeSort by relevance Sort by last modified time
    Searched refs:getPixelUint (Results 1 - 14 of 14) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 682 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
700 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
722 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 192 deUint32 depthBufferValue = depthBuffer.getPixelUint(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()).x(); \
203 deUint32 sampleDepth = access.getPixelUint(0, 0, 0).x(); \
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp 586 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
    [all...]
es31fOpaqueTypeIndexingTests.cpp 647 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0);
    [all...]
es31fTextureBorderClampTests.cpp 456 return rr::GenericVec4(tcu::select(access.getPixelUint(0, 0), tcu::UVec4(0u), channelMask));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 328 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z);
329 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z);
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
tcuTexture.hpp 340 UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUint32>(); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 626 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 710 milliseconds