Lines Matching defs:idx
279 anv_state_table_add(struct anv_state_table *table, uint32_t *idx,
285 assert(idx);
293 entry[i].state.idx = state.next + i;
295 *idx = state.next;
1106 uint32_t idx;
1107 UNUSED VkResult result = anv_state_table_add(&pool->table, &idx, 1);
1110 state = anv_state_table_get(&pool->table, idx);
1153 uint32_t idx;
1154 UNUSED VkResult result = anv_state_table_add(&pool->table, &idx, 1);
1157 state = anv_state_table_get(&pool->table, idx);
1176 &pool->table, state.idx, 1);
1179 &pool->table, state.idx, 1);
1303 anv_free_list_push(&pool->reserved_blocks, &pool->pool->table, state.idx, 1);
1329 anv_free_list_push(&pool->reserved_blocks, &pool->pool->table, state.idx, 1);