Home
last modified time | relevance | path

Searched refs:free_slots (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c99 GLbitfield free_slots = ~prog->SamplersUsed; in st_get_sampler_views() local
186 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
196 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
203 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
206 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
219 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
232 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
243 extra = u_bit_scan(&free_slots); in st_get_sampler_views()
Dst_nir_lower_tex_src_plane.c78 assign_extra_samplers(lower_tex_src_state *state, unsigned free_slots) in assign_extra_samplers() argument
87 extra = u_bit_scan(&free_slots); in assign_extra_samplers()
92 extra = u_bit_scan(&free_slots); in assign_extra_samplers()
98 extra = u_bit_scan(&free_slots); in assign_extra_samplers()
182 st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots, in st_nir_lower_tex_src_plane() argument
191 assign_extra_samplers(&state, free_slots); in st_nir_lower_tex_src_plane()
Dst_atom_sampler.c183 GLbitfield free_slots = ~prog->SamplersUsed; in update_shader_samplers() local
255 extra = u_bit_scan(&free_slots); in update_shader_samplers()
260 extra = u_bit_scan(&free_slots); in update_shader_samplers()
262 extra = u_bit_scan(&free_slots); in update_shader_samplers()
Dst_nir.h37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,
/third_party/pulseaudio/src/pulsecore/
Dmemblock.c154 PA_LLIST_HEAD(struct memexport_slot, free_slots);
203 pa_flist *free_slots; member
301 if (!(slot = pa_flist_pop(p->free_slots))) { in mempool_allocate_slot()
664 while (pa_flist_push(b->pool->free_slots, slot) < 0) in memblock_free()
876 p->free_slots = pa_flist_new(p->n_blocks); in pa_mempool_new()
894 pa_flist_free(p->free_slots, NULL); in mempool_free()
915 while ((k = pa_flist_pop(p->free_slots))) { in mempool_free()
927 while (pa_flist_push(p->free_slots, k) < 0) in mempool_free()
972 while ((slot = pa_flist_pop(p->free_slots))) in pa_mempool_vacuum()
979 while (pa_flist_push(p->free_slots, slot)) in pa_mempool_vacuum()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_feedback.c170 list_inithead(&pool->free_slots); in vn_feedback_pool_init()
179 list_for_each_entry_safe(struct vn_feedback_slot, slot, &pool->free_slots, in vn_feedback_pool_fini()
226 if (!list_is_empty(&pool->free_slots)) { in vn_feedback_pool_alloc()
228 list_first_entry(&pool->free_slots, struct vn_feedback_slot, head); in vn_feedback_pool_alloc()
264 list_add(&slot->head, &pool->free_slots); in vn_feedback_pool_free()
Dvn_feedback.h27 struct list_head free_slots; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.h69 int free_slots() const;
Dsfn_scheduler.cpp524 int free_slots = group->free_slots(); in schedule_alu() local
526 while (free_slots && has_alu_ready) { in schedule_alu()
535 if (free_slots & 0x10 && !has_lds_ready) { in schedule_alu()
Dsfn_instr_alugroup.cpp151 int AluGroup::free_slots() const in free_slots() function in r600::AluGroup
/third_party/libevdev/libevdev/
Dlibevdev.c330 free_slots(struct libevdev *dev) in free_slots() function
352 free_slots(dev); in init_slots()
359 free_slots(dev); in init_slots()