Searched refs:image_buffers (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h200 uint32_t image_buffers; member in struct:shader_info
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h496 uint32_t image_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES]; member in struct:threaded_context
H A Du_threaded_context.c479 tc_add_bindings_to_buffer_list(buffer_list, tc->image_buffers[shader],
505 img = tc_rebind_bindings(old_id, new_id, tc->image_buffers[shader],
613 tc_is_buffer_bound_with_mask(id, tc->image_buffers[shader],
1497 tc_bind_buffer(&tc->image_buffers[shader][start + i], next, resource);
1508 tc_unbind_buffer(&tc->image_buffers[shader][start + i]);
1513 tc_unbind_buffers(&tc->image_buffers[shader][start + count],
1520 tc_unbind_buffers(&tc->image_buffers[shader][start],
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_info.c832 shader->info.image_buffers = 0;
852 shader->info.image_buffers |=
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c157 unsigned num_sgprs = sel->info.base.image_buffers & (1 << i) ? 4 : 8;
H A Dsi_shader.c723 unsigned num_sgprs = shader->selector->info.base.image_buffers & (1 << i) ? 4 : 8;
H A Dsi_descriptors.c2185 if (shader->info.base.image_buffers & (1 << i)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3832 if (s->info.image_buffers != 0)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3399 - radeonsi: remove info::samplers_declared, image_buffers, msaa_images_declared

Completed in 45 milliseconds