Searched refs:si_compile_shader (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 829 bool si_compile_shader(struct si_screen *sscreen, struct ac_llvm_compiler *compiler,
|
D | si_shader.c | 1902 bool si_compile_shader(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, in si_compile_shader() function 2460 if (!si_compile_shader(sscreen, compiler, shader, debug)) in si_create_shader_variant()
|
D | si_state_shaders.c | 2141 if (!si_compile_shader(sscreen, compiler_state->compiler, main_part, in si_check_missing_main_part() 2497 if (!si_compile_shader(sscreen, compiler, shader, debug)) { in si_init_shader_selector_async()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2449 - radeonsi: make si_compile_shader return bool
|