Searched refs:tc_bind_buffer (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 448 tc_bind_buffer(struct threaded_context *tc, uint32_t *binding, struct tc_buffer_list *next, struct pipe_resource *buf) in tc_bind_buffer() function 1263 tc_bind_buffer(tc, &tc->const_buffers[shader][index], in tc_set_constant_buffer() 1463 tc_bind_buffer(tc, &tc->sampler_buffers[shader][start + i], next, in tc_set_sampler_views() 1475 tc_bind_buffer(tc, &tc->sampler_buffers[shader][start + i], next, in tc_set_sampler_views() 1554 tc_bind_buffer(tc, &tc->image_buffers[shader][start + i], next, resource); in tc_set_shader_images() 1649 tc_bind_buffer(tc, &tc->shader_buffers[shader][start + i], next, &tres->b); in tc_set_shader_buffers() 1725 tc_bind_buffer(tc, &tc->vertex_buffers[start + i], next, buf); in tc_set_vertex_buffers() 1743 tc_bind_buffer(tc, &tc->vertex_buffers[start + i], next, buf); in tc_set_vertex_buffers() 1800 tc_bind_buffer(tc, &tc->streamout_buffers[i], next, tgs[i]->buffer); in tc_set_stream_output_targets()
|
Completed in 7 milliseconds