Searched refs:si_shader_select_with_key (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.cpp | 2625 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/ |
D | 21.3.0.rst | 2661 - 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
|
D | 22.2.0.rst | 5017 - radeonsi: remove unused params from si_shader_select_with_key
|