Home
last modified time | relevance | path

Searched refs:variableLocation (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp331 VariableLocation variableLocation; member
334 : instanceContext(ctx), shaderTasks(), variableLocation(location) in UnusedVariableContext()
DvktSpvAsmGraphicsShaderTestUtil.cpp1775 shader << getUnusedDecorations(ctx.variableLocation); in createUnusedVariableModules()
1868 shader << getUnusedDecorations(ctx.variableLocation); in createUnusedVariableModules()
1962 shader << getUnusedDecorations(ctx.variableLocation); in createUnusedVariableModules()
2059 shader << getUnusedDecorations(ctx.variableLocation); in createUnusedVariableModules()
2151 shader << getUnusedDecorations(ctx.variableLocation); in createUnusedVariableModules()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp140 const VariableLocation &variableLocation = locationList[location]; in GetVariableLocation() local
141 if (!variableLocation.used()) in GetVariableLocation()
146 const sh::ShaderVariable &variable = list[variableLocation.index]; in GetVariableLocation()
150 if ((variable.name == name) && (variableLocation.arrayIndex == 0)) in GetVariableLocation()
154 if (variable.isArray() && variableLocation.arrayIndex == arrayIndex && in GetVariableLocation()
173 const VariableLocation &variableLocation = locationList[location]; in GetVariableLocation() local
174 if (!variableLocation.used()) in GetVariableLocation()
179 const LinkedUniform &variable = list[variableLocation.index]; in GetVariableLocation()
184 if (angle::BeginsWith(variable.name, name) && (variableLocation.arrayIndex == 0)) in GetVariableLocation()
202 if (variable.isArray() && variableLocation.arrayIndex == arrayIndex && in GetVariableLocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp953 const gl::VariableLocation &variableLocation = variableLocations[locIndex]; in SerializeVariableLocationsVector() local
955 json->addScalar("ArrayIndex", variableLocation.arrayIndex); in SerializeVariableLocationsVector()
956 json->addScalar("Index", variableLocation.index); in SerializeVariableLocationsVector()
957 json->addScalar("Ignored", variableLocation.ignored); in SerializeVariableLocationsVector()