Searched refs:desc_slot (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c502 unsigned desc_slot = si_get_sampler_slot(slot); local in function:si_set_sampler_view
503 uint32_t *desc = descs->list + desc_slot * 16;
656 unsigned desc_slot = si_get_image_slot(slot); local in function:si_disable_shader_image
661 memcpy(descs->list + desc_slot*8, null_image_descriptor, 8*4);
777 unsigned desc_slot = si_get_image_slot(slot); local in function:si_set_shader_image
778 uint32_t *desc = descs->list + desc_slot * 8;
957 unsigned desc_slot = si_get_sampler_slot(slot); local in function:si_bind_sampler_states
984 desc->list + desc_slot * 16 + 12);
1724 unsigned desc_slot = si_get_sampler_slot(i); local in function:si_rebind_buffer
1728 descs->list + desc_slot * 1
1755 unsigned desc_slot = si_get_image_slot(i); local in function:si_rebind_buffer
1782 unsigned desc_slot = (*tex_handle)->desc_slot; local in function:si_rebind_buffer
1810 unsigned desc_slot = (*img_handle)->desc_slot; local in function:si_rebind_buffer
1848 si_upload_bindless_descriptor(struct si_context * sctx,unsigned desc_slot,unsigned num_dwords) argument
1878 unsigned desc_slot = (*tex_handle)->desc_slot; local in function:si_upload_bindless_descriptors
1889 unsigned desc_slot = (*img_handle)->desc_slot; local in function:si_upload_bindless_descriptors
2244 MAYBE_UNUSED unsigned desc_slot; local in function:si_init_bindless_descriptors
2272 unsigned desc_slot; local in function:si_get_first_free_bindless_slot
2295 unsigned desc_slot, desc_slot_offset; local in function:si_create_bindless_descriptor
2321 si_update_bindless_buffer_descriptor(struct si_context * sctx,unsigned desc_slot,struct pipe_resource * resource,uint64_t offset,bool * desc_dirty) argument
[all...]
H A Dsi_pipe.h767 unsigned desc_slot; member in struct:si_texture_handle
775 unsigned desc_slot; member in struct:si_image_handle
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c529 unsigned desc_slot = si_get_sampler_slot(slot); local in function:si_set_sampler_views
531 uint32_t *restrict desc = descs->list + desc_slot * 16;
591 unsigned desc_slot = si_get_sampler_slot(slot); local in function:si_set_sampler_views
592 uint32_t * restrict desc = descs->list + desc_slot * 16;
705 unsigned desc_slot = si_get_image_slot(slot); local in function:si_disable_shader_image
710 memcpy(descs->list + desc_slot * 8, null_image_descriptor, 8 * 4);
995 unsigned desc_slot = si_get_sampler_slot(slot); local in function:si_bind_sampler_states
1018 si_set_sampler_state_desc(sstates[i], sview, tex, desc->list + desc_slot * 16 + 12);
1691 unsigned desc_slot = si_get_sampler_slot(i); local in function:si_rebind_buffer
1694 descs->list + desc_slot * 1
1716 unsigned desc_slot = si_get_image_slot(i); local in function:si_rebind_buffer
1742 unsigned desc_slot = (*tex_handle)->desc_slot; local in function:si_rebind_buffer
1764 unsigned desc_slot = (*img_handle)->desc_slot; local in function:si_rebind_buffer
1797 si_upload_bindless_descriptor(struct si_context * sctx,unsigned desc_slot,unsigned num_dwords) argument
1824 unsigned desc_slot = (*tex_handle)->desc_slot; local in function:si_upload_bindless_descriptors
1834 unsigned desc_slot = (*img_handle)->desc_slot; local in function:si_upload_bindless_descriptors
2203 ASSERTED unsigned desc_slot; local in function:si_init_bindless_descriptors
2230 unsigned desc_slot; local in function:si_get_first_free_bindless_slot
2252 unsigned desc_slot, desc_slot_offset; local in function:si_create_bindless_descriptor
2279 si_update_bindless_buffer_descriptor(struct si_context * sctx,unsigned desc_slot,struct pipe_resource * resource,uint64_t offset,bool * desc_dirty) argument
[all...]
H A Dsi_pipe.h848 unsigned desc_slot; member in struct:si_texture_handle
855 unsigned desc_slot; member in struct:si_image_handle

Completed in 15 milliseconds