Searched refs:GetVariableLocation (Results 1 – 3 of 3) 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()
|