Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h639 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader);
Dsi_compute.c214 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()
Dsi_shader.c5261 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader) in si_shader_binary_upload() function
5773 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()
Dsi_state_shaders.c2849 r = si_shader_binary_upload(sctx->screen, shader); in si_update_scratch_buffer()