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 D | si_compute.c | 167 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 D | si_shader.h | 997 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader,
|
H A D | si_shader.c | 1145 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 D | si_state_shaders.cpp | 326 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 D | 22.2.0.rst | 3818 - 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 D | commit.csv | 44355 …/mesa3d,[email protected],radeonsi: move si_shader_binary_upload out of si…
|