Lines Matching defs:location
342 unsigned location)
346 if (var->data.location == location)
355 unsigned location)
359 if (var->data.driver_location == location)
2668 /* OpenGL utility method that remaps the location attributes if they are
2669 * doubles. Not needed for vulkan due the differences on the input location
2687 *dual_slot |= BITFIELD64_MASK(slots) << var->data.location;
2692 var->data.location +=
2693 util_bitcount64(*dual_slot & BITFIELD64_MASK(var->data.location));
3505 if ((!sem.no_sysval_output && nir_slot_is_sysval_output(sem.location)) ||
3523 if ((!sem.no_varying && nir_slot_is_varying(sem.location)) ||