Searched defs:uintType (Results 1 – 11 of 11) sorted by relevance
/external/lzma/CPP/Common/ |
D | StringToInt.cpp | 11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 315 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local 334 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 327 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local 346 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
|
D | vktShaderCommonFunctionTests.cpp | 2455 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 2333 TType uintType(EbtUint, storage); in acceptStructBufferType() local
|
D | hlslParseHelper.cpp | 5207 TType uintType(EbtUint, EvqTemporary); in decomposeIntrinsic() local 5227 TType uintType(EbtUint, EvqTemporary); in decomposeIntrinsic() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 1667 static bool canSignedIntTypeRepresentAllUnsignedValues(TBasicType sintType, TBasicType uintType) { in canSignedIntTypeRepresentAllUnsignedValues()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 1700 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 860 …static GLenum uintType[] = { GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIG… in setUniformuiv() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 6181 spv::Id uintType = builder.makeUintType(32); local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2209 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
|