Searched refs:sampler_buffers (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.h | 535 uint32_t sampler_buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|
D | u_threaded_context.c | 514 tc_add_bindings_to_buffer_list(buffer_list, tc->sampler_buffers[shader], in tc_add_shader_bindings_to_buffer_list() 542 sampler = tc_rebind_bindings(old_id, new_id, tc->sampler_buffers[shader], in tc_rebind_shader_bindings() 1463 tc_bind_buffer(tc, &tc->sampler_buffers[shader][start + i], next, in tc_set_sampler_views() 1466 tc_unbind_buffer(&tc->sampler_buffers[shader][start + i]); in tc_set_sampler_views() 1475 tc_bind_buffer(tc, &tc->sampler_buffers[shader][start + i], next, in tc_set_sampler_views() 1478 tc_unbind_buffer(&tc->sampler_buffers[shader][start + i]); in tc_set_sampler_views() 1483 tc_unbind_buffers(&tc->sampler_buffers[shader][start + count], in tc_set_sampler_views() 1490 tc_unbind_buffers(&tc->sampler_buffers[shader][start], in tc_set_sampler_views()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.4.rst | 93 - gallium/u_threaded_context: Use PIPE_MAX_SHADER_SAMPLER_VIEWS for sampler_buffers
|
D | 22.1.0.rst | 1821 - gallium/u_threaded_context: Use PIPE_MAX_SHADER_SAMPLER_VIEWS for sampler_buffers
|
D | 22.2.0.rst | 2754 - gallium/u_threaded_context: Use PIPE_MAX_SHADER_SAMPLER_VIEWS for sampler_buffers
|