Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c167 if (!si_shader_binary_upload(sscreen, shader, 0)) in si_create_compute_state_async()
272 bool ok = si_shader_binary_upload(sctx->screen, &program->shader, 0); in si_create_compute_state()
416 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va)) in si_setup_compute_scratch_buffer()
H A Dsi_shader.h997 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader,
H A Dsi_shader.c1145 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader, in si_shader_binary_upload() function
2699 ok = si_shader_binary_upload(sscreen, shader, 0) >= 0; in si_nir_generate_gs_copy_shader()
3572 bool ok = si_shader_binary_upload(sscreen, shader, 0) >= 0; in si_create_shader_variant()
H A Dsi_state_shaders.cpp326 si_shader_binary_upload(shader->selector->screen, shader->gs_copy_shader, 0); in si_load_shader_binary()
4307 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va)) { in si_update_scratch_buffer()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.2.0.rst3818 - radeonsi: dump shaders after si_shader_binary_upload to fix printed LDS stat
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv44355 …/mesa3d,[email protected],radeonsi: move si_shader_binary_upload out of si…