Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_gds.cpp33 const PValue& value2, const PValue& uav_id, int uav_base): in GDSInstr() argument
43 m_uav_base(uav_base),
54 const PValue& uav_id, int uav_base): in GDSInstr() argument
55 GDSInstr(op, dest, value, PValue(), uav_id, uav_base) in GDSInstr()
63 const PValue& uav_id, int uav_base): in GDSInstr() argument
64 GDSInstr(op, dest, PValue(), PValue(), uav_id, uav_base) in GDSInstr()
Dsfn_instruction_gds.h40 const PValue &uav_id, int uav_base);
42 const PValue& value2, const PValue &uav_id, int uav_base);
43 GDSInstr(ESDOp op, const GPRVector& dest, const PValue &uav_id, int uav_base);
80 int uav_base() const {return m_uav_base;} in uav_base() function
Dsfn_ir_to_assembly.cpp870 gds.uav_id = (uav_idx >= 0 ? uav_idx : 0) + instr.uav_base(); in emit_gds()