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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c215 int highest_location = -1, highest_drv_location = -1; local in function:nir_lower_aaline_fs
217 if ((int)var->data.location > highest_location)
218 highest_location = var->data.location;
225 if (highest_location == -1 || highest_location < VARYING_SLOT_VAR0) {
229 line_width->data.location = highest_location + 1;
337 int highest_location = -1, highest_drv_location = -1; local in function:nir_lower_aapoint_fs
339 if ((int)var->data.location > highest_location)
340 highest_location = var->data.location;
347 if (highest_location
[all...]

Completed in 2 milliseconds