Searched refs:slot_index (Results 1 – 4 of 4) sorted by relevance
284 iter->slot_index = 0; in Curl_hash_start_iterate()300 for(i = iter->slot_index; i < h->slots; i++) { in Curl_hash_next_element()303 iter->slot_index = i + 1; in Curl_hash_next_element()334 if(iter.slot_index != last_index) {335 fprintf(stderr, "index %d:", iter.slot_index);339 last_index = iter.slot_index;
68 int slot_index; member
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()
83 unsigned slot_index; member1240 index = 2 + outputs[i].slot_index; in radv_llvm_export_vs()1386 outputs[noutput].slot_index = i == VARYING_SLOT_CLIP_DIST1; in handle_vs_outputs_post()1407 outputs[noutput].slot_index = 0; in handle_vs_outputs_post()1961 outputs[noutput].slot_index = i == VARYING_SLOT_CLIP_DIST1; in gfx10_ngg_gs_emit_epilogue_2()1989 outputs[noutput].slot_index = 0; in gfx10_ngg_gs_emit_epilogue_2()