Searched refs:epilog_key (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1662 union si_shader_part_key epilog_key; local in function:si_shader_select_tcs_parts 1663 memset(&epilog_key, 0, sizeof(epilog_key)); 1664 epilog_key.tcs_epilog.states = shader->key.part.tcs.epilog; 1667 &epilog_key, compiler, debug, si_llvm_build_tcs_epilog, 1867 union si_shader_part_key epilog_key; local in function:si_shader_select_ps_parts 1882 si_get_ps_epilog_key(shader, &epilog_key); 1885 si_get_shader_part(sscreen, &sscreen->ps_epilogs, MESA_SHADER_FRAGMENT, false, &epilog_key,
|
| H A D | si_shader_llvm.c | 1185 union si_shader_part_key epilog_key; local in function:si_llvm_compile_shader 1189 memset(&epilog_key, 0, sizeof(epilog_key)); 1190 epilog_key.tcs_epilog.states = shader->key.part.tcs.epilog; 1191 si_llvm_build_tcs_epilog(&ctx, &epilog_key);
|
| H A D | si_shader_llvm_ps.c | 982 union si_shader_part_key epilog_key; local in function:si_llvm_build_monolithic_ps 983 si_get_ps_epilog_key(shader, &epilog_key); 984 si_llvm_build_ps_epilog(ctx, &epilog_key);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 6778 union si_shader_part_key epilog_key; local in function:si_compile_tgsi_shader 6782 memset(&epilog_key, 0, sizeof(epilog_key)); 6783 epilog_key.tcs_epilog.states = shader->key.part.tcs.epilog; 6784 si_build_tcs_epilog_function(&ctx, &epilog_key); 6866 union si_shader_part_key epilog_key; local in function:si_compile_tgsi_shader 6879 si_get_ps_epilog_key(shader, &epilog_key); 6880 si_build_ps_epilog_function(&ctx, &epilog_key); 7388 union si_shader_part_key epilog_key; local in function:si_shader_select_tcs_parts 7389 memset(&epilog_key, 7822 union si_shader_part_key epilog_key; local in function:si_shader_select_ps_parts [all...] |
Completed in 20 milliseconds