Searched defs:ShaderInput (Results 1 – 6 of 6) sorted by relevance
58 ShaderInput::ShaderInput (const Variable* variable, ConstValueRangeAccess valueRange) in ShaderInput() function in rsg::ShaderInput
64 class ShaderInput class
110 struct ShaderInput struct112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() function119 InputType inputType;120 DataType dataType;121 Precision precision;
216 struct ShaderInput struct218 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() function225 InputType inputType;226 DataType dataType;227 Precision precision;
210 struct ShaderInput struct212 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() argument219 InputType inputType;220 DataType dataType;221 Precision precision;
45 ShaderInput::ShaderInput(tgsi_semantic name): in ShaderInput() function in r600::ShaderInput