Home
last modified time | relevance | path

Searched refs:constType (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp50 TType constType(type); in CreateZeroNode() local
51 constType.setQualifier(EvqConst); in CreateZeroNode()
55 size_t size = constType.getObjectSize(); in CreateZeroNode()
85 TIntermConstantUnion *node = new TIntermConstantUnion(u, constType); in CreateZeroNode()
113 return TIntermAggregate::CreateConstructor(constType, arguments); in CreateZeroNode()
/external/angle/src/compiler/translator/
DSymbol.h185 const TType *constType = type; in createVariable() local
188 return new TVariable(symbolTable, constName, constType, in createVariable()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1901 SVGA3dShaderConstType constType, in SVGA3D_SetGBShaderConstsInline() argument
1918 cmd->constType = constType; in SVGA3D_SetGBShaderConstsInline()
Dsvga_cmd.h312 SVGA3dShaderConstType constType,
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h2026 SVGA3dShaderConstType constType; member
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp2869 bool constType = true; in constructorError() local
2901 constType = false; in constructorError()
2919 constType = false; in constructorError()
2964 if (constType) { in constructorError()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2912 bool constType = true; in constructorError() local
2944 constType = false; in constructorError()
2962 constType = false; in constructorError()
3007 if (constType) { in constructorError()
/external/skqp/tools/bookmaker/
DincludeParser.cpp3392 string constType = string(test->fContentStart, in parseChar() local
3394 if (enumName != constType) { in parseChar()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1055 dump_constants((*cmd).constType, cmd->regStart, numConsts, &cmd[1]); in dump_SVGA3dCmdSetGBShaderConstInline()
/external/angle/third_party/glslang/src/hlsl/
DhlslParseHelper.cpp6399 bool constType = true; in constructorError() local
6429 constType = false; in constructorError()
6432 if (constType) in constructorError()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6399 bool constType = true; in constructorError() local
6429 constType = false; in constructorError()
6432 if (constType) in constructorError()