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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c453 tc_rebind_bindings(uint32_t old_id, uint32_t new_id, uint32_t *bindings, function in typeref:typename:bool
494 ubo = tc_rebind_bindings(old_id, new_id, tc->const_buffers[shader],
499 ssbo = tc_rebind_bindings(old_id, new_id, tc->shader_buffers[shader],
505 img = tc_rebind_bindings(old_id, new_id, tc->image_buffers[shader],
511 sampler = tc_rebind_bindings(old_id, new_id, tc->sampler_buffers[shader],
563 vbo = tc_rebind_bindings(old_id, new_id, tc->vertex_buffers,
569 so = tc_rebind_bindings(old_id, new_id, tc->streamout_buffers,

Completed in 9 milliseconds