Searched refs:variableInfo (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | convertArrowFunctionOrFunctionExpression.ts | 105 const variableInfo = getVariableInfo(func); constant 106 if (!variableInfo) return undefined; 108 edits.push(...getEditInfoForConvertToNamedFunction(context, func, variableInfo)); 210 …n(context: RefactorContext, func: FunctionExpression | ArrowFunction, variableInfo: VariableInfo):… 214 const { variableDeclaration, variableDeclarationList, statement, name } = variableInfo;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.cpp | 31 const BlockMemberInfo &variableInfo, in encodeVariable() argument 38 (*mInfoOut)[name] = variableInfo; in encodeVariable() 620 BlockMemberInfo variableInfo = in visitNamedVariable() local 625 mTopLevelArrayStride *= variableInfo.arrayStride; in visitNamedVariable() 628 variableInfo.topLevelArrayStride = mTopLevelArrayStride; in visitNamedVariable() 629 encodeVariable(variable, variableInfo, name, mappedName); in visitNamedVariable()
|
D | ShaderStorageBlockOutputHLSL.cpp | 247 const BlockMemberInfo &variableInfo, in encodeVariable() argument 258 mBlockInfoOut->emplace(field, variableInfo); in encodeVariable()
|
D | blocklayout.h | 276 const BlockMemberInfo &variableInfo, in encodeVariable() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 259 sh::BlockMemberInfo variableInfo; in visitNamedVariable() local 260 if (!mGetMemberInfo(name, mappedName, &variableInfo)) in visitNamedVariable() 279 variable.arraySizes, -1, -1, -1, mBlockIndex, variableInfo); in visitNamedVariable() 323 sh::BlockMemberInfo variableInfo; in visitNamedVariable() local 324 if (!mGetMemberInfo(name, mappedName, &variableInfo)) in visitNamedVariable() 343 variable.arraySizes, mBlockIndex, variableInfo); in visitNamedVariable()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | RewritePipelines.cpp | 899 const std::vector<sh::ShaderVariable> *variableInfo, in RewritePipeline() argument 908 variableInfo)) in RewritePipeline() 966 const std::vector<sh::ShaderVariable> *variableInfo; in RewritePipelines() member 990 if (!RewritePipeline(compiler, root, idGen, pipeline, symbolEnv, info.variableInfo, in RewritePipelines()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 239 const sh::BlockMemberInfo &variableInfo, in encodeVariable() argument 258 sh::BlockLayoutEncoder::GetBlockRegisterElement(variableInfo)); in encodeVariable() 260 static_cast<unsigned int>(sh::BlockLayoutEncoder::GetBlockRegister(variableInfo)); in encodeVariable()
|