Lines Matching defs:loc
2291 gl_varying_slot loc = consumer->varyings.input[i].location;
2293 if (util_varying_is_point_coord(loc, point_coord_mask))
2358 unsigned vary_count, unsigned loc)
2361 if (vary[i].location == loc)
2387 signed loc = pan_find_vary(consumer_vars, consumer_count,
2390 if (loc >= 0) {
2393 enum pipe_format format = consumer_vars[loc].format;
2420 gl_varying_slot loc = varying.location;
2423 if (util_varying_is_point_coord(loc, point_sprite_mask)) {
2425 } else if (loc == VARYING_SLOT_POS) {
2427 } else if (loc == VARYING_SLOT_PSIZ) {
2429 } else if (loc == VARYING_SLOT_FACE) {