Searched defs:set_op (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } function in struct:r600_sb::bc_cf
528 void set_op(unsigned op) { function in struct:r600_sb::bc_alu
597 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } function in struct:r600_sb::bc_fetch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } function in struct:r600_sb::bc_cf
537 void set_op(unsigned op) { function in struct:r600_sb::bc_alu
631 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } function in struct:r600_sb::bc_fetch

Completed in 5 milliseconds