Searched refs:next_vertex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c3956 LLVMValueRef next_vertex = get_src(ctx, instr->src[0]); local in function:visit_intrinsic
3957 ctx->abi->emit_vertex_with_counter(ctx->abi, stream, next_vertex, ctx->abi->outputs);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7368 Temp next_vertex = as_vgpr(ctx, get_ssa_temp(ctx, instr->src[0].ssa)); local in function:aco::__anon562fcc110110::visit_emit_vertex_with_counter
7369 next_vertex = bld.v_mul_imm(bld.def(v1), next_vertex, 4u);
7423 Operand vaddr_offset = next_vertex_cv ? Operand(v1) : Operand(next_vertex);

Completed in 69 milliseconds