Searched refs:m_export_base (Results 1 – 2 of 2) sorted by relevance
68 instr->num_components, m_export_base); in do_emit_store_deref()183 m_export_base = get_temp_register(); in do_allocate_reserved_registers()184 …emit_instruction(new AluInstruction(op1_mov, m_export_base, Value::zero, {alu_write, alu_last_inst… in do_allocate_reserved_registers()196 PValue adjhelp0(new GPRValue(m_export_base->sel(), 1)); in emit_adj_fix()206 reg_indices[4] = reg_indices[5] = m_export_base->sel(); in emit_adj_fix()282 emit_instruction(new AluInstruction(op2_add_int, m_export_base, m_export_base, in emit_vertex()
67 PValue m_export_base; variable