Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c1254 LLVMValueRef is_gs_thread = si_is_gs_thread(ctx); in gfx10_emit_ngg_epilogue() local
1280 nggso.prim_enable[0] = is_gs_thread; in gfx10_emit_ngg_epilogue()
1298 ac_build_ifcc(&ctx->ac, is_gs_thread, 5400); in gfx10_emit_ngg_epilogue()
1323 ac_build_ifcc(&ctx->ac, is_gs_thread, 5400); in gfx10_emit_ngg_epilogue()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2712 LLVMValueRef is_gs_thread = LLVMBuildICmp(builder, LLVMIntULT, in handle_ngg_outputs_post_2() local
2751 nggso.prim_enable[0] = is_gs_thread; in handle_ngg_outputs_post_2()
2767 ac_build_ifcc(&ctx->ac, is_gs_thread, 5400); in handle_ngg_outputs_post_2()
2797 ac_build_ifcc(&ctx->ac, is_gs_thread, 6001); in handle_ngg_outputs_post_2()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11230 Temp is_gs_thread = merged_wave_info_to_mask(ctx, 1); in ngg_nogs_export_primitives() local
11231 begin_divergent_if_then(ctx, &ic, is_gs_thread); in ngg_nogs_export_primitives()