Searched refs:desc_slot (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 533 unsigned desc_slot = si_get_sampler_slot(slot); in si_set_sampler_views() local 535 uint32_t *restrict desc = descs->list + desc_slot * 16; in si_set_sampler_views() 604 unsigned desc_slot = si_get_sampler_slot(slot); in si_set_sampler_views() local 605 uint32_t * restrict desc = descs->list + desc_slot * 16; in si_set_sampler_views() 724 unsigned desc_slot = si_get_image_slot(slot); in si_disable_shader_image() local 729 memcpy(descs->list + desc_slot * 8, null_image_descriptor, 8 * 4); in si_disable_shader_image() 1033 unsigned desc_slot = si_get_sampler_slot(slot); in si_bind_sampler_states() local 1056 si_set_sampler_state_desc(sstates[i], sview, tex, desc->list + desc_slot * 16 + 12); in si_bind_sampler_states() 1785 unsigned desc_slot = si_get_sampler_slot(i); in si_rebind_buffer() local 1788 descs->list + desc_slot * 1 in si_rebind_buffer() 1812 unsigned desc_slot = si_get_image_slot(i); si_rebind_buffer() local 1838 unsigned desc_slot = (*tex_handle)->desc_slot; si_rebind_buffer() local 1860 unsigned desc_slot = (*img_handle)->desc_slot; si_rebind_buffer() local 1893 si_upload_bindless_descriptor(struct si_context *sctx, unsigned desc_slot, unsigned num_dwords) si_upload_bindless_descriptor() argument 1920 unsigned desc_slot = (*tex_handle)->desc_slot; si_upload_bindless_descriptors() local 1930 unsigned desc_slot = (*img_handle)->desc_slot; si_upload_bindless_descriptors() local 2315 ASSERTED unsigned desc_slot; si_init_bindless_descriptors() local 2342 unsigned desc_slot; si_get_first_free_bindless_slot() local 2364 unsigned desc_slot, desc_slot_offset; si_create_bindless_descriptor() local 2391 si_update_bindless_buffer_descriptor(struct si_context *sctx, unsigned desc_slot, struct pipe_resource *resource, uint64_t offset, bool *desc_dirty) si_update_bindless_buffer_descriptor() argument [all...] |
H A D | si_pipe.h | 887 unsigned desc_slot; member 894 unsigned desc_slot; member
|
Completed in 11 milliseconds