Searched refs:si_compile_llvm (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 223 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary,
|
D | si_shader_llvm.c | 70 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, in si_compile_llvm() function
|
D | si_shader_llvm_gs.c | 539 if (si_compile_llvm(sscreen, &ctx.shader->binary, &ctx.shader->config, ctx.compiler, &ctx.ac, in si_generate_gs_copy_shader()
|
D | si_shader.c | 1890 if (!si_compile_llvm(sscreen, &shader->binary, &shader->config, compiler, &ctx.ac, debug, in si_llvm_compile_shader() 2060 if (!si_compile_llvm(sscreen, &result->binary, &result->config, compiler, &ctx.ac, debug, in si_get_shader_part()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2416 - radeonsi: merge si_compile_llvm and si_llvm_compile functions 2448 - radeonsi: make si_compile_llvm return bool
|
D | 20.3.0.rst | 3357 - radeonsi: change PIPE_SHADER to MESA_SHADER (si_compile_llvm)
|