Home
last modified time | relevance | path

Searched defs:baseObject (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1208 auto &baseObject = getObject(baseId); in ApplyDecorationsForAccessChain() local
1250 auto &baseObject = shader.getObject(baseId); in WalkExplicitLayoutAccessChain() local
1361 auto &baseObject = shader.getObject(baseId); in WalkAccessChain() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp3552 …ptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) in acceptFunctionCall()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslGrammar.cpp3552 …ptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) in acceptFunctionCall()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp3744 if (auto baseObject = baseType->getAs<ObjCObjectType>()) in getObjCObjectType() local