Searched refs:is_vertex_input (Results 1 – 3 of 3) sorted by relevance
152 bool is_vertex_input = false; in mark_whole_variable() local178 is_vertex_input = true; in mark_whole_variable()180 mark(this->prog, var, 0, type->count_attribute_slots(is_vertex_input), in mark_whole_variable()
1991 bool is_vertex_input = false; in assign_locations() local1997 is_vertex_input = true; in assign_locations()2039 unsigned num_components = is_vertex_input ? in assign_locations()2040 type->count_attribute_slots(is_vertex_input) * 4 : in assign_locations()
201 get_io_offset(nir_deref_instr *deref, bool is_vertex_input, bool per_vertex) in get_io_offset() argument213 offset += glsl_count_attribute_slots(d->type, is_vertex_input) * in get_io_offset()