Searched refs:max_location (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_linking_helpers.c573 unsigned max_location)
578 for (; tmp_cursor < max_location; tmp_cursor++) {
569 assign_remap_locations(struct varying_loc (* remap)[4],struct assigned_comps * assigned_comps,struct varying_component * info,unsigned * cursor,unsigned * comp,unsigned max_location) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c743 unsigned max_location,
749 for (; tmp_cursor < max_location; tmp_cursor++) {
739 assign_remap_locations(struct varying_loc (* remap)[4],struct assigned_comps * assigned_comps,struct varying_component * info,unsigned * cursor,unsigned * comp,unsigned max_location,nir_pack_varying_options options) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c726 int max_location = -1; local in function:handle_graphics_pipeline
766 if ((int)location > max_location)
767 max_location = location;
769 state->velem.count = max_location + 1;
3428 int max_location = -1; local in function:handle_set_vertex_input
3458 if ((int)location > max_location)
3459 max_location = location;
3461 state->velem.count = max_location + 1;

Completed in 11 milliseconds