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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7370 nir_const_value* next_vertex_cv = nir_src_as_const_value(instr->src[0]); local in function:aco::__anon562fcc110110::visit_emit_vertex_with_counter
7423 Operand vaddr_offset = next_vertex_cv ? Operand(v1) : Operand(next_vertex);
7424 unsigned const_offset = (offset + (next_vertex_cv ? next_vertex_cv->u32 : 0u)) * 4u;

Completed in 20 milliseconds