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/
H A 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()
H A 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()
H A 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()
H A Dst_nir.h37 void st_nir_lower_tex_src_plane(struct nir_shader *shader, unsigned free_slots,
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c113 PA_LLIST_HEAD(struct memexport_slot, free_slots);
162 pa_flist *free_slots; member
260 if (!(slot = pa_flist_pop(p->free_slots))) { in mempool_allocate_slot()
623 while (pa_flist_push(b->pool->free_slots, slot) < 0) in memblock_free()
835 p->free_slots = pa_flist_new(p->n_blocks); in pa_mempool_new()
853 pa_flist_free(p->free_slots, NULL); in mempool_free()
874 while ((k = pa_flist_pop(p->free_slots))) { in mempool_free()
886 while (pa_flist_push(p->free_slots, k) < 0) in mempool_free()
931 while ((slot = pa_flist_pop(p->free_slots))) in pa_mempool_vacuum()
938 while (pa_flist_push(p->free_slots, slo in pa_mempool_vacuum()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A 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()
H A Dvn_feedback.h12 /* single lock for simplicity though free_slots can use another */
27 struct list_head free_slots; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.h69 int free_slots() const;
H A 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()
H A Dsfn_instr_alugroup.cpp151 int AluGroup::free_slots() const in free_slots() function in r600::AluGroup
/third_party/libevdev/libevdev/
H A Dlibevdev.c331 free_slots(struct libevdev *dev) in free_slots() function
353 free_slots(dev); in init_slots()
360 free_slots(dev); in init_slots()

Completed in 11 milliseconds