Searched refs:si_shader_binary_upload (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h692 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader);
H A Dsi_compute.c148 if (si_shader_binary_upload(sscreen, shader))
257 if (si_shader_binary_upload(sctx->screen, &program->shader) < 0) {
399 if (si_shader_binary_upload(sctx->screen, shader))
H A Dsi_shader.c5193 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader) function in typeref:typename:int
5755 r = si_shader_binary_upload(sscreen, ctx.shader);
8078 r = si_shader_binary_upload(sscreen, shader);
H A Dsi_state_shaders.c3092 r = si_shader_binary_upload(sctx->screen, shader);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c183 if (!si_shader_binary_upload(sscreen, shader, 0))
277 if (!si_shader_binary_upload(sctx->screen, &program->shader, 0)) {
466 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va))
H A Dsi_shader.h899 bool si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader,
H A Dsi_shader_llvm_gs.c532 ok = si_shader_binary_upload(sscreen, ctx.shader, 0);
H A Dsi_shader.c851 bool si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader, function in typeref:typename:bool
2145 if (!si_shader_binary_upload(sscreen, shader, 0)) {
H A Dsi_state_shaders.c3755 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va)) {

Completed in 30 milliseconds