Searched refs:is_vertex_input (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_set_program_inouts.cpp | 152 bool is_vertex_input = false; local in function:ir_set_program_inouts_visitor::mark_whole_variable 178 is_vertex_input = true; 180 mark(this->prog, var, 0, type->count_attribute_slots(is_vertex_input),
|
| H A D | link_varyings.cpp | 2057 bool is_vertex_input = false; local in function:varying_matches::assign_locations 2063 is_vertex_input = true; 2106 if (is_vertex_input) { 2107 num_components = type->count_attribute_slots(is_vertex_input) * 4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_set_program_inouts.cpp | 152 bool is_vertex_input = false; local in function:ir_set_program_inouts_visitor::mark_whole_variable 178 is_vertex_input = true; 180 mark(this->prog, var, 0, type->count_attribute_slots(is_vertex_input),
|
| H A D | link_varyings.cpp | 1920 bool is_vertex_input = false; local in function:varying_matches::assign_locations 1926 is_vertex_input = true; 1962 unsigned num_components = is_vertex_input ? 1963 type->count_attribute_slots(is_vertex_input) * 4 :
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_gather_info.c | 105 get_io_offset(nir_deref_instr *deref, bool is_vertex_input) argument 114 offset += glsl_count_attribute_slots(d->type, is_vertex_input) *
|
Completed in 14 milliseconds