Searched refs:image_buffers (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_info.h | 200 uint32_t image_buffers; member in struct:shader_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.h | 496 uint32_t image_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES]; member in struct:threaded_context
|
| H A D | u_threaded_context.c | 479 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 D | nir_gather_info.c | 832 shader->info.image_buffers = 0; 852 shader->info.image_buffers |=
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 157 unsigned num_sgprs = sel->info.base.image_buffers & (1 << i) ? 4 : 8;
|
| H A D | si_shader.c | 723 unsigned num_sgprs = shader->selector->info.base.image_buffers & (1 << i) ? 4 : 8;
|
| H A D | si_descriptors.c | 2185 if (shader->info.base.image_buffers & (1 << i)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 3832 if (s->info.image_buffers != 0)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 3399 - radeonsi: remove info::samplers_declared, image_buffers, msaa_images_declared
|
Completed in 45 milliseconds