Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.h42 struct si_pipe_shader_selector { struct
72 struct si_pipe_shader_selector *selector; argument
Dsi_state.h129 struct si_pipe_shader_selector;
137 struct si_pipe_shader_selector *sel,
Dradeonsi_pipe.h129 struct si_pipe_shader_selector *ps_shader;
130 struct si_pipe_shader_selector *vs_shader;
Dsi_state.c1785 struct si_pipe_shader_selector *sel) in si_shader_selector_key()
1805 struct si_pipe_shader_selector *sel, in si_shader_select()
1876 struct si_pipe_shader_selector *sel = CALLOC_STRUCT(si_pipe_shader_selector); in si_create_shader_state()
1907 struct si_pipe_shader_selector *sel = state; in si_bind_vs_shader()
1924 struct si_pipe_shader_selector *sel = state; in si_bind_ps_shader()
1939 struct si_pipe_shader_selector *sel) in si_delete_shader_selector()
1959 struct si_pipe_shader_selector *sel = (struct si_pipe_shader_selector *)state; in si_delete_vs_shader()
1971 struct si_pipe_shader_selector *sel = (struct si_pipe_shader_selector *)state; in si_delete_ps_shader()
Dradeonsi_shader.c664 struct si_pipe_shader_selector *sel = shader->selector; in si_pipe_shader_create()