Lines Matching defs:index
91 * index.
271 /* For ubos, index is shifted, as 0 is reserved for push constants
275 uint32_t index = v3d_unit_data_get_unit(data);
276 if (content == QUNIFORM_UBO_ADDR && index == 0) {
291 /* We reserve index 0 for push constants and artificially increase our
295 assert(index > 0);
296 index--;
298 index = data;
304 index, &dynamic_offset);
325 pipeline->layout, index,
344 assert(index < MAX_TOTAL_UNIFORM_BUFFERS);
345 buffer_bos->ubo[index] = bo;
347 assert(index < MAX_TOTAL_STORAGE_BUFFERS);
348 buffer_bos->ssbo[index] = bo;
356 uint32_t index,
362 assert(index < MAX_INLINE_UNIFORM_BUFFERS);
373 pipeline->layout, index,