HomeSort by relevance Sort by last modified time
    Searched refs:UVec4 (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/deqp/modules/internal/
ditFrameworkTests.cpp 811 const UVec4 colorDiff = ulpDiff(color, subCase.varying);
812 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff)));
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp     [all...]
vktComputeShaderBuiltinVarTests.cpp 404 resultBufferStride = sizeof(tcu::UVec4);
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 66 using tcu::UVec4;
905 const UVec4 valueMax = tcu::getFormatMaxUintValue(format);
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 33 using tcu::UVec4;
69 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v.cast<int>()); }
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 72 using tcu::UVec4;
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 459 rowAccess.setPixel(tcu::UVec4(0), x, 0);
es2fTextureSpecificationTests.cpp 60 using tcu::UVec4;
98 static tcu::UVec4 computeCompareThreshold (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat)
505 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 462 rowAccess.setPixel(tcu::UVec4(0), x, 0);
es3fPixelBufferObjectTests.cpp 223 outtype = "uvec4";
570 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
es3fFboColorbufferTests.cpp 52 using tcu::UVec4;
150 glClearBufferuiv(GL_COLOR, 0, UVec4(0).getPtr());
    [all...]
es3fFramebufferBlitTests.cpp 52 using tcu::UVec4;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 647 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0);
649 const tcu::UVec4 result (uintPtr[0], uintPtr[1], uintPtr[2], uintPtr[3]);
    [all...]
es31fShaderImageLoadStoreTests.cpp 66 using tcu::UVec4;
586 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
780 vector<UVec4> data(dst.getWidth()*dst.getHeight());
    [all...]
es31fTessellationGeometryInteractionTests.cpp 317 tcu::UVec4(8, 8, 8, 255),
630 tcu::UVec4(8, 8, 8, 255), //!< threshold
    [all...]
es31fTextureGatherTests.cpp 55 using tcu::UVec4;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 68 using tcu::UVec4;
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 211 ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
328 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z);
    [all...]
vktImageAtomicOperationTests.cpp 59 using tcu::UVec4;
    [all...]
vktImageQualifiersTests.cpp 152 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 626 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0);
628 const tcu::UVec4 result (uintPtr[0], uintPtr[1], uintPtr[2], uintPtr[3]);
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 340 UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUint32>(); }
390 void setPixel (const tcu::UVec4& color, int x, int y, int z = 0) const { setPixel(color.cast<int>(), x, y, z); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp     [all...]
vktPipelineStencilTests.cpp     [all...]

Completed in 1195 milliseconds

1 23 4