Home
last modified time | relevance | path

Searched refs:uintType (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Common/
DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType) \ argument
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/
DglsShaderExecUtil.cpp315 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
317 decl.varType = uintType; in generateFragShaderOutputDecl()
334 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
336 decl.varType = uintType; in generateFragShaderOutputDecl()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp219 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
221 decl.varType = uintType; in generateFragShaderOutputDecl()
238 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
240 decl.varType = uintType; in generateFragShaderOutputDecl()
DvktShaderCommonFunctionTests.cpp2455 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
2462 … uintGroup->addChild(new BitsToFloatCase(getTestContext(), uintType, glu::ShaderType(shaderType))); in init()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp720 …static GLenum uintType[] = { GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIG… in setUniformiv() local
741 if(targetUniform->type == intType[index] || targetUniform->type == uintType[index]) in setUniformiv()
839 …static GLenum uintType[] = { GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIG… in setUniformuiv() local
860 if(targetUniform->type == uintType[index] || targetUniform->type == intType[index]) in setUniformuiv()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1700 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
1705 uintGroup->addChild(new BitsToFloatCase(m_context, uintType, glu::ShaderType(shaderType))); in init()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2206 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
2213 uintGroup->addChild(new BitsToFloatCase(m_context, uintType, glu::ShaderType(shaderType))); in init()