Searched refs:old_id (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, argument
459 if (bindings[i] == old_id) {
489 tc_rebind_shader_bindings(struct threaded_context *tc, uint32_t old_id, argument
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],
559 tc_rebind_buffer(struct threaded_context *tc, uint32_t old_id, uint32_t new_id, uint32_t *rebind_mask) argument
563 vbo = tc_rebind_bindings(old_id, new_id, tc->vertex_buffers,
569 so = tc_rebind_bindings(old_id, new_i
[all...]

Completed in 5 milliseconds