Searched refs:si_shader_binary_upload (Results 1 – 4 of 4) sorted by relevance
639 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader);
214 if (si_shader_binary_upload(sctx->screen, &program->shader) < 0) { in si_create_compute_state()358 if (si_shader_binary_upload(sctx->screen, shader)) in si_setup_compute_scratch_buffer()
5261 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader) in si_shader_binary_upload() function5773 r = si_shader_binary_upload(sscreen, ctx.shader); in si_generate_gs_copy_shader()8068 r = si_shader_binary_upload(sscreen, shader); in si_shader_create()
2849 r = si_shader_binary_upload(sctx->screen, shader); in si_update_scratch_buffer()