Searched refs:slot_index (Results 1 – 2 of 2) sorted by relevance
375 int slot_index = -1; in allocate_query() local394 slot_index = allocate_query_slot(svga, alloc_entry); in allocate_query()396 if (slot_index == -1) { in allocate_query()403 slot_index = allocate_query_slot(svga, alloc_entry); in allocate_query()406 assert(slot_index != -1); in allocate_query()407 offset = slot_index * len + alloc_entry->start_offset; in allocate_query()421 unsigned slot_index; in deallocate_query() local431 slot_index = (offset - alloc_entry->start_offset) / in deallocate_query()433 deallocate_query_slot(svga, alloc_entry, slot_index); in deallocate_query()
76 unsigned slot_index; member926 index = 2 + outputs[i].slot_index; in radv_llvm_export_vs()1035 outputs[noutput].slot_index = i == VARYING_SLOT_CLIP_DIST1; in handle_vs_outputs_post()