Home
last modified time | relevance | path

Searched refs:epilog_key (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1788 union si_shader_part_key epilog_key; in si_llvm_compile_shader() local
1792 memset(&epilog_key, 0, sizeof(epilog_key)); in si_llvm_compile_shader()
1793 epilog_key.tcs_epilog.states = shader->key.part.tcs.epilog; in si_llvm_compile_shader()
1794 si_llvm_build_tcs_epilog(&ctx, &epilog_key); in si_llvm_compile_shader()
2122 union si_shader_part_key epilog_key; in si_shader_select_tcs_parts() local
2123 memset(&epilog_key, 0, sizeof(epilog_key)); in si_shader_select_tcs_parts()
2124 epilog_key.tcs_epilog.states = shader->key.part.tcs.epilog; in si_shader_select_tcs_parts()
2127 &epilog_key, compiler, debug, si_llvm_build_tcs_epilog, in si_shader_select_tcs_parts()
2327 union si_shader_part_key epilog_key; in si_shader_select_ps_parts() local
2342 si_get_ps_epilog_key(shader, &epilog_key); in si_shader_select_ps_parts()
[all …]
Dsi_shader_llvm_ps.c986 union si_shader_part_key epilog_key; in si_llvm_build_monolithic_ps() local
987 si_get_ps_epilog_key(shader, &epilog_key); in si_llvm_build_monolithic_ps()
988 si_llvm_build_ps_epilog(ctx, &epilog_key); in si_llvm_build_monolithic_ps()