Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp2625 static int si_shader_select_with_key(struct si_context *sctx, struct si_shader_ctx_state *state, in si_shader_select_with_key() function
2898 return si_shader_select_with_key(sctx, state, &state->key.ps); in si_shader_select()
2900 return si_shader_select_with_key<NO_INLINE_UNIFORMS>(sctx, state, &state->key.ps); in si_shader_select()
2903 return si_shader_select_with_key(sctx, state, &state->key.ge); in si_shader_select()
2905 return si_shader_select_with_key<NO_INLINE_UNIFORMS>(sctx, state, &state->key.ge); in si_shader_select()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2661 - radeonsi: add const to the key parameter in si_shader_select_with_key
2662 - radeonsi: handle NO_OPT_VARIANT in si_shader_select_with_key
D22.2.0.rst5017 - radeonsi: remove unused params from si_shader_select_with_key