Lines Matching refs:start_dw
343 * individual attributes offsets in start_dw are considering the first entry
354 map->start_dw[i] = -1;
366 map->start_dw[VARYING_SLOT_PRIMITIVE_COUNT] = 0;
370 map->start_dw[VARYING_SLOT_PRIMITIVE_INDICES] = 1;
390 assert(map->start_dw[location] == -1);
416 map->start_dw[location] = start;
432 assert(map->start_dw[location] == -1);
460 map->start_dw[location] = start;
478 map->start_dw[VARYING_SLOT_PRIMITIVE_COUNT]);
480 map->start_dw[VARYING_SLOT_PRIMITIVE_INDICES]);
489 if (map->start_dw[i] < 0)
491 const unsigned offset = map->start_dw[i];
507 if (map->start_dw[i] < 0)
509 const unsigned offset = map->start_dw[i];
527 assert(map->start_dw[location] != -1);
528 var->data.driver_location = map->start_dw[location];