Home
last modified time | relevance | path

Searched refs:GetVariableLocation (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.h87 bool GetVariableLocation(Instruction* var, uint32_t* location);
Dinterface_var_sroa.cpp163 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/
DProgram.cpp131 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()