Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DuniqueSymbols.js8 declare const constType: unique symbol;
17 const constInitToConstDeclAmbient = constType;
21 let letInitToConstDeclAmbient = constType;
25 var varInitToConstDeclAmbient = constType;
29 const constInitToConstDeclAmbientWithTypeQuery: typeof constType = constType;
281 const constInitToConstDeclAmbient = constType;
285 let letInitToConstDeclAmbient = constType;
289 var varInitToConstDeclAmbient = constType;
292 const constInitToConstDeclAmbientWithTypeQuery = constType;
[all...]
H A DuniqueSymbolsDeclarations.js8 declare const constType: unique symbol;
17 const constInitToConstDeclAmbient = constType;
21 let letInitToConstDeclAmbient = constType;
25 var varInitToConstDeclAmbient = constType;
29 const constInitToConstDeclAmbientWithTypeQuery: typeof constType = constType;
252 const constInitToConstDeclAmbient = constType;
256 let letInitToConstDeclAmbient = constType;
260 var varInitToConstDeclAmbient = constType;
263 const constInitToConstDeclAmbientWithTypeQuery = constType;
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp50 TType constType(type); in CreateZeroNode()
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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbol.h279 const TType *constType = type; in createVariable() local
282 return new TVariable(symbolTable, constName, constType, in createVariable()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c1903 SVGA3dShaderConstType constType, in SVGA3D_SetGBShaderConstsInline()
1920 cmd->constType = constType; in SVGA3D_SetGBShaderConstsInline()
1899 SVGA3D_SetGBShaderConstsInline(struct svga_winsys_context *swc, unsigned regStart, unsigned numRegs, SVGA3dShaderType shaderType, SVGA3dShaderConstType constType, const void *values) SVGA3D_SetGBShaderConstsInline() argument
H A Dsvga_cmd.h312 SVGA3dShaderConstType constType,
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h2050 SVGA3dShaderConstType constType; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1055 dump_constants((*cmd).constType, cmd->regStart, numConsts, &cmd[1]); in dump_SVGA3dCmdSetGBShaderConstInline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp317 RAW_METHOD_DUMP(OS, constType); in dump()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp3434 bool constType = true; in constructorError() local
3435 bool specConstType = false; // value is only valid if constType is true in constructorError()
3467 constType = false; in constructorError()
3487 constType = false; in constructorError()
3530 if (constType) { in constructorError()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp6616 bool constType = true; in constructorError() local
6646 constType = false; in constructorError()
6649 if (constType) in constructorError()

Completed in 44 milliseconds