Searched refs:have_exports (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 1801 LLVMValueRef have_exports = in gfx10_ngg_gs_emit_epilogue() local 1803 num_emit_threads = LLVMBuildSelect(builder, have_exports, num_emit_threads, ctx->ac.i32_0, ""); in gfx10_ngg_gs_emit_epilogue()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 3076 LLVMValueRef have_exports = in gfx10_ngg_gs_emit_epilogue_2() local 3079 LLVMBuildSelect(builder, have_exports, num_emit_threads, ctx->ac.i32_0, ""); in gfx10_ngg_gs_emit_epilogue_2()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 11718 … Temp have_exports = bld.sopc(aco_opcode::s_cmp_lg_u32, bld.def(s1, scc), wg_vtx_cnt, Operand(0u)); in ngg_gs_finale() local 11719 …= bld.sop2(aco_opcode::s_cselect_b32, bld.def(s1), max_vtxcnt, Operand(0u), bld.scc(have_exports)); in ngg_gs_finale()
|