Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h788 struct si_shader_ctx_state { struct
951 struct si_shader_ctx_state fixed_func_tcs_shader;
1033 struct si_shader_ctx_state ps_shader;
1034 struct si_shader_ctx_state gs_shader;
1035 struct si_shader_ctx_state vs_shader;
1036 struct si_shader_ctx_state tcs_shader;
1037 struct si_shader_ctx_state tes_shader;
1038 struct si_shader_ctx_state cs_prim_discard_state;
1652 static inline struct si_shader_ctx_state *si_get_vs(struct si_context *sctx) in si_get_vs()
1664 struct si_shader_ctx_state *vs = si_get_vs(sctx); in si_get_vs_info()
[all …]
Dsi_state.h44 struct si_shader_ctx_state;
577 int si_shader_select_with_key(struct si_screen *sscreen, struct si_shader_ctx_state *state,
Dsi_debug.c161 static void si_dump_gfx_shader(struct si_context *ctx, const struct si_shader_ctx_state *state, in si_dump_gfx_shader()
840 const struct si_shader_ctx_state *state, in si_dump_gfx_descriptors()
1077 struct si_shader_ctx_state *tcs_shader; in si_log_draw_state()
Dsi_state_shaders.c2158 int si_shader_select_with_key(struct si_screen *sscreen, struct si_shader_ctx_state *state, in si_shader_select_with_key()
2374 static int si_shader_select(struct pipe_context *ctx, struct si_shader_ctx_state *state, in si_shader_select()
3222 struct si_shader_ctx_state *current_shader[SI_NUM_SHADERS] = { in si_destroy_shader_selector()
Dsi_descriptors.c2714 struct si_shader_ctx_state *current_shader[SI_NUM_SHADERS] = { in si_gfx_resources_check_encrypted()