Home
last modified time | relevance | path

Searched refs:tc_add_slot_based_call (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c229 #define tc_add_slot_based_call(tc, execute, type, num_slots) \ macro
646 tc_add_slot_based_call(tc, TC_CALL_bind_sampler_states, tc_sampler_states, count); in tc_bind_sampler_states()
823 tc_add_slot_based_call(tc, TC_CALL_set_scissor_states, tc_scissors, count); in tc_set_scissor_states()
852 tc_add_slot_based_call(tc, TC_CALL_set_viewport_states, tc_viewports, count); in tc_set_viewport_states()
880 tc_add_slot_based_call(tc, TC_CALL_set_window_rectangles, tc_window_rects, count); in tc_set_window_rectangles()
914 tc_add_slot_based_call(tc, TC_CALL_set_sampler_views, tc_sampler_views, count); in tc_set_sampler_views()
964 tc_add_slot_based_call(tc, TC_CALL_set_shader_images, tc_shader_images, in tc_set_shader_images()
1028 tc_add_slot_based_call(tc, TC_CALL_set_shader_buffers, tc_shader_buffers, in tc_set_shader_buffers()
1094 tc_add_slot_based_call(tc, TC_CALL_set_vertex_buffers, tc_vertex_buffers, count); in tc_set_vertex_buffers()
1112 tc_add_slot_based_call(tc, TC_CALL_set_vertex_buffers, tc_vertex_buffers, 0); in tc_set_vertex_buffers()
[all …]