Searched refs:uav_base (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_gds.cpp | 33 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()
|
D | sfn_instruction_gds.h | 40 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
|
D | sfn_ir_to_assembly.cpp | 870 gds.uav_id = (uav_idx >= 0 ? uav_idx : 0) + instr.uav_base(); in emit_gds()
|