Searched refs:tc_rebind_bindings (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 484 tc_rebind_bindings(uint32_t old_id, uint32_t new_id, uint32_t *bindings, in tc_rebind_bindings() function 525 ubo = tc_rebind_bindings(old_id, new_id, tc->const_buffers[shader], in tc_rebind_shader_bindings() 530 ssbo = tc_rebind_bindings(old_id, new_id, tc->shader_buffers[shader], in tc_rebind_shader_bindings() 536 img = tc_rebind_bindings(old_id, new_id, tc->image_buffers[shader], in tc_rebind_shader_bindings() 542 sampler = tc_rebind_bindings(old_id, new_id, tc->sampler_buffers[shader], in tc_rebind_shader_bindings() 594 vbo = tc_rebind_bindings(old_id, new_id, tc->vertex_buffers, in tc_rebind_buffer() 600 so = tc_rebind_bindings(old_id, new_id, tc->streamout_buffers, in tc_rebind_buffer()
|