Home
last modified time | relevance | path

Searched refs:variableInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertArrowFunctionOrFunctionExpression.ts105 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/
Dblocklayout.cpp31 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()
DShaderStorageBlockOutputHLSL.cpp247 const BlockMemberInfo &variableInfo, in encodeVariable() argument
258 mBlockInfoOut->emplace(field, variableInfo); in encodeVariable()
Dblocklayout.h276 const BlockMemberInfo &variableInfo, in encodeVariable() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp259 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/
DRewritePipelines.cpp899 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/
DProgramD3D.cpp239 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()