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 D | si_shader.h | 692 int si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader);
|
| H A D | si_compute.c | 148 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 D | si_shader.c | 5193 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 D | si_state_shaders.c | 3092 r = si_shader_binary_upload(sctx->screen, shader);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 183 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 D | si_shader.h | 899 bool si_shader_binary_upload(struct si_screen *sscreen, struct si_shader *shader,
|
| H A D | si_shader_llvm_gs.c | 532 ok = si_shader_binary_upload(sscreen, ctx.shader, 0);
|
| H A D | si_shader.c | 851 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 D | si_state_shaders.c | 3755 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va)) {
|
Completed in 30 milliseconds