Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp4279 static int si_update_scratch_buffer(struct si_context *sctx, struct si_shader *shader) in si_update_scratch_buffer() function
4329 r = si_update_scratch_buffer(sctx, sctx->shader.ps.current); in si_update_scratch_relocs()
4335 r = si_update_scratch_buffer(sctx, sctx->shader.gs.current); in si_update_scratch_relocs()
4341 r = si_update_scratch_buffer(sctx, sctx->shader.tcs.current); in si_update_scratch_relocs()
4348 r = si_update_scratch_buffer(sctx, sctx->shader.vs.current); in si_update_scratch_relocs()
4363 r = si_update_scratch_buffer(sctx, sctx->shader.tes.current); in si_update_scratch_relocs()