Searched refs:tex_slots (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h330 struct util_idalloc tex_slots; member in struct:zink_context::__anonffe3f6a50b08::__anonffe3f6a50c08
H A Dzink_batch.c51 struct util_idalloc *ids = i ? &ctx->di.bindless[is_buffer].img_slots : &ctx->di.bindless[is_buffer].tex_slots;
H A Dzink_context.c124 util_idalloc_fini(&ctx->di.bindless[i].tex_slots);
1532 uint64_t handle = util_idalloc_alloc(&ctx->di.bindless[bd->ds.is_buffer].tex_slots);
4186 util_idalloc_init(&ctx->di.bindless[i].tex_slots, ZINK_MAX_BINDLESS_HANDLES);
4187 util_idalloc_alloc(&ctx->di.bindless[i].tex_slots);

Completed in 10 milliseconds