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

  /external/lzma/CPP/Common/
StringToInt.cpp 11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 315 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
317 decl.varType = uintType;
334 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
336 decl.varType = uintType;
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 717 static GLenum uintType[] = { GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIGNED_INT_VEC4 };
738 if(targetUniform->type == intType[index] || targetUniform->type == uintType[index])
836 static GLenum uintType[] = { GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIGNED_INT_VEC4 };
857 if(targetUniform->type == uintType[index] || targetUniform->type == intType[index])
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 219 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
221 decl.varType = uintType;
238 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
240 decl.varType = uintType;
    [all...]
vktShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]

Completed in 135 milliseconds