Home
last modified time | relevance | path

Searched defs:uintType (Results 1 – 15 of 15) sorted by relevance

/third_party/lzma/CPP/Common/
DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp252 TType *uintType = new TType(EbtUInt); in insertSampleMaskWritingLogic() local
DTranslatorMetalDirect.cpp502 TType *uintType = new TType(EbtUInt); in insertSampleMaskWritingLogic() local
DBuildSPIRV.cpp601 SpirvType uintType = type; in getSpirvTypeData() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp315 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
334 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl664 GLM_FUNC_QUALIFIER vecType<floatType, P> unpackUnorm(vecType<uintType, P> const & v)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp328 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
347 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
DvktShaderCommonFunctionTests.cpp1037 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp2346 TType uintType(EbtUint, storage); in acceptStructBufferType() local
DhlslParseHelper.cpp5351 TType uintType(EbtUint, EvqTemporary); in decomposeIntrinsic() local
5371 TType uintType(EbtUint, EvqTemporary); in decomposeIntrinsic() local
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp1806 static bool canSignedIntTypeRepresentAllUnsignedValues(TBasicType sintType, TBasicType uintType) in canSignedIntTypeRepresentAllUnsignedValues()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1663 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp860 …static GLenum uintType[] = { GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIG… in setUniformuiv() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2171 const glu::DataType uintType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT; in init() local
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6965 spv::Id uintType = builder.makeUintType(32); in createInvocationsOperation() local