Searched defs:HLSLVariableRegisterCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Dblocklayout.cpp210 void HLSLVariableRegisterCount(const ShaderVarType &variable, HLSLBlockEncoder *encoder) function in namespace:sh
220 HLSLVariableRegisterCount(variable.fields[fieldIndex], encoder);
233 unsigned int HLSLVariableRegisterCount(const Varying &variable) function in namespace:sh
236 HLSLVariableRegisterCount(variable, &encoder);
242 unsigned int HLSLVariableRegisterCount(const Uniform &variable, ShShaderOutput outputType) function in namespace:sh
245 HLSLVariableRegisterCount(variable, &encoder);

Completed in 462 milliseconds