Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c1270 union si_shader_part_key epilog_key; in si_llvm_compile_shader() local
1274 memset(&epilog_key, 0, sizeof(epilog_key)); in si_llvm_compile_shader()
1275 epilog_key.tcs_epilog.states = shader->key.ge.part.tcs.epilog; in si_llvm_compile_shader()
1276 si_llvm_build_tcs_epilog(&ctx, &epilog_key); in si_llvm_compile_shader()
Dsi_shader_llvm_ps.c950 union si_shader_part_key epilog_key; in si_llvm_build_monolithic_ps() local
951 si_get_ps_epilog_key(shader, &epilog_key); in si_llvm_build_monolithic_ps()
952 si_llvm_build_ps_epilog(ctx, &epilog_key); in si_llvm_build_monolithic_ps()
Dsi_shader.c2124 union si_shader_part_key epilog_key; in si_shader_select_tcs_parts() local
2125 si_get_tcs_epilog_key(shader, &epilog_key); in si_shader_select_tcs_parts()
2128 &epilog_key, compiler, debug, si_llvm_build_tcs_epilog, in si_shader_select_tcs_parts()
2324 union si_shader_part_key epilog_key; in si_shader_select_ps_parts() local
2339 si_get_ps_epilog_key(shader, &epilog_key); in si_shader_select_ps_parts()
2342 si_get_shader_part(sscreen, &sscreen->ps_epilogs, MESA_SHADER_FRAGMENT, false, &epilog_key, in si_shader_select_ps_parts()