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

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 599 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
612 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
630 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
vktSparseResourcesImageMemoryAliasing.cpp 613 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 587 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 238 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z);
239 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp     [all...]
  /external/deqp/framework/common/
tcuRasterizationVerifier.cpp     [all...]
tcuTexture.cpp     [all...]
tcuTexture.hpp 345 UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUint32>(); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 377 const UVec4 resColor (access.getPixelUint(x, y, z));
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 1043 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 351 milliseconds