Searched refs:AddLocationInfo (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 125 ShaderInterfaceVariableInfo *AddLocationInfo(ShaderInterfaceVariableInfoMap *infoMap, in AddLocationInfo() function 159 AddLocationInfo(infoMap, ref.stage, name, location, component, 0, 0); in AddVaryingLocationInfo() 289 AddLocationInfo(variableInfoMapOut, shaderType, attribute.mappedName, attribute.location, in AssignAttributeLocations() 315 AddLocationInfo(variableInfoMapOut, gl::ShaderType::Fragment, outputVar.mappedName, in AssignSecondaryOutputLocations() 336 AddLocationInfo(variableInfoMapOut, gl::ShaderType::Fragment, in AssignSecondaryOutputLocations() 342 AddLocationInfo(variableInfoMapOut, gl::ShaderType::Fragment, in AssignSecondaryOutputLocations() 383 AddLocationInfo(variableInfoMapOut, shaderType, outputVar.mappedName, location, in AssignOutputLocations() 395 AddLocationInfo(variableInfoMapOut, shaderType, "webgl_FragColor", 0, 0, 0, 0); in AssignOutputLocations() 396 AddLocationInfo(variableInfoMapOut, shaderType, "webgl_FragData", 0, 0, 0, 0); in AssignOutputLocations() 414 AddLocationInfo(variableInfoMapOut, shaderType, sh::vk::kLineRasterEmulationPosition, in AssignVaryingLocations() [all …]
|