HomeSort by relevance Sort by last modified time
    Searched refs:IVec4 (Results 126 - 145 of 145) sorted by null

1 2 3 4 56

  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 207 inline IVec4 sequenceNoSideEffCase3 (const Vec4& in0, const IVec4& in1, const BVec4& in2) { DE_UNREF(in0); DE_UNREF(in2); return in1; }
214 // Reference for expression "in0 = in0 + vec4(in2), in1 = in1 + ivec4(in0), in1++"
215 inline IVec4 sequenceSideEffCase3 (const Vec4& in0, const IVec4& in1, const BVec4& in2) { return in1 + (in0 + Vec4((float)in2.x(), (float)in2.y(), (float)in2.z(), (float)in2.w())).asInt(); }
    [all...]
es3fTextureUnitTests.cpp     [all...]
es3fFboInvalidateTests.cpp 50 using tcu::IVec4;
    [all...]
es3fShaderCommonFunctionTests.cpp 50 using tcu::IVec4;
    [all...]
es3fVertexTextureTests.cpp 49 using tcu::IVec4;
    [all...]
es3fRasterizationTests.cpp 90 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 48 using tcu::IVec4;
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fShaderCommonFunctionTests.cpp 54 using tcu::IVec4;
    [all...]
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 60 using tcu::IVec4;
    [all...]
glsShaderLibraryCase.cpp 872 const tcu::IVec4 pixel = surface.getPixelInt(x, y);
    [all...]
glsVertexArrayTests.cpp 116 "ivec4", // OUTPUTTYPE_IVEC4,
697 "ivec4", // OUTPUTTYPE_IVEC4,
    [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 585 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec());
    [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 56 using tcu::IVec4;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 73 using tcu::IVec4;
    [all...]

Completed in 1109 milliseconds

1 2 3 4 56