Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp2931 static int si_shader_select_with_key(struct si_context *sctx, struct si_shader_ctx_state *state, in si_shader_select_with_key() function
3204 return si_shader_select_with_key(sctx, state, &state->key.ps); in si_shader_select()
3206 return si_shader_select_with_key<NO_INLINE_UNIFORMS>(sctx, state, &state->key.ps); in si_shader_select()
3209 return si_shader_select_with_key(sctx, state, &state->key.ge); in si_shader_select()
3211 return si_shader_select_with_key<NO_INLINE_UNIFORMS>(sctx, state, &state->key.ge); in si_shader_select()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A 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
H A D22.2.0.rst5015 - radeonsi: remove unused params from si_shader_select_with_key