Searched refs:si_compile_llvm (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_internal.h | 198 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary,
|
| H A D | si_shader_llvm.c | 71 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, function in typeref:typename:bool 1286 if (!si_compile_llvm(sscreen, &shader->binary, &shader->config, compiler, &ctx.ac, debug,
|
| H A D | si_shader_llvm_gs.c | 525 if (si_compile_llvm(sscreen, &ctx.shader->binary, &ctx.shader->config, ctx.compiler, &ctx.ac,
|
| H A D | si_shader.c | 1600 if (!si_compile_llvm(sscreen, &result->binary, &result->config, compiler, &ctx.ac, debug,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 5501 static int si_compile_llvm(struct si_screen *sscreen, function in typeref:typename:int 5745 r = si_compile_llvm(sscreen, &ctx.shader->binary, 6903 r = si_compile_llvm(sscreen, &shader->binary, &shader->config, compiler, 7072 if (si_compile_llvm(sscreen, &result->binary, &result->config, compiler,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 2416 - radeonsi: merge si_compile_llvm and si_llvm_compile functions 2448 - radeonsi: make si_compile_llvm return bool
|
| H A D | 20.3.0.rst | 3357 - radeonsi: change PIPE_SHADER to MESA_SHADER (si_compile_llvm)
|
Completed in 27 milliseconds