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;
215 struct ShaderInput struct217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() function224 InputType inputType;225 DataType dataType;226 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