Lines Matching defs:slot
381 per_vertex_accumulator::add_field(int slot, const glsl_type *type, in add_field()
446 ir_variable *add_input(int slot, const glsl_type *type, int precision, in add_input()
453 ir_variable *add_input(int slot, const glsl_type *type, const char *name, in add_input()
459 ir_variable *add_output(int slot, const glsl_type *type, int precision, in add_output()
465 ir_variable *add_output(int slot, const glsl_type *type, const char *name) in add_output()
470 ir_variable *add_index_output(int slot, int index, const glsl_type *type, in add_index_output()
477 ir_variable *add_system_value(int slot, const glsl_type *type, int precision, in add_system_value()
482 ir_variable *add_system_value(int slot, const glsl_type *type, in add_system_value()
509 void add_varying(int slot, const glsl_type *type, const char *name, in add_varying()
562 int slot, int index) in add_index_variable()
607 enum ir_variable_mode mode, int slot, in add_variable()
1493 builtin_variable_generator::add_varying(int slot, const glsl_type *type, in add_varying()