Searched refs:GetVariableLocation (Results 1 – 4 of 4) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | interface_var_sroa.h | 87 bool GetVariableLocation(Instruction* var, uint32_t* location);
|
D | interface_var_sroa.cpp | 163 bool InterfaceVariableScalarReplacement::GetVariableLocation( in GetVariableLocation() function in spvtools::opt::InterfaceVariableScalarReplacement 931 if (!GetVariableLocation(interface_var, &location)) continue; in ReplaceInterfaceVarsWithScalars()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 131 GLint GetVariableLocation(const std::vector<sh::ShaderVariable> &list, in GetVariableLocation() function 164 GLint GetVariableLocation(const std::vector<LinkedUniform> &list, in GetVariableLocation() function 2456 GLint primaryLocation = GetVariableLocation(mState.mExecutable->getOutputVariables(), in getFragDataLocation() 2462 return GetVariableLocation(mState.mExecutable->getOutputVariables(), in getFragDataLocation() 2469 if (GetVariableLocation(mState.mExecutable->getOutputVariables(), in getFragDataIndex() 2474 if (GetVariableLocation(mState.mExecutable->getOutputVariables(), in getFragDataIndex() 2600 return {GetVariableLocation(mState.mExecutable->getUniforms(), mState.mUniformLocations, name)}; in getUniformLocation()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 130 GLint GetVariableLocation(const std::vector<VarT> &list, in GetVariableLocation() function 2121 GetVariableLocation(mState.mOutputVariables, mState.mOutputLocations, name); in getFragDataLocation() 2126 return GetVariableLocation(mState.mOutputVariables, mState.mSecondaryOutputLocations, name); in getFragDataLocation() 2132 if (GetVariableLocation(mState.mOutputVariables, mState.mOutputLocations, name) != -1) in getFragDataIndex() 2136 if (GetVariableLocation(mState.mOutputVariables, mState.mSecondaryOutputLocations, name) != -1) in getFragDataIndex() 2258 return GetVariableLocation(mState.mUniforms, mState.mUniformLocations, name); in getUniformLocation()
|