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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp55 if (n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS)) {
H A Dsb_ir.cpp416 unsigned node::fetch_op_flags() { function in class:r600_sb::node
H A Dsb_ra_init.cpp752 no_src_swizzle |= n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS);
H A Dsb_ir.h837 unsigned fetch_op_flags();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp55 if (n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS)) {
H A Dsb_ir.cpp416 unsigned node::fetch_op_flags() { function in class:r600_sb::node
H A Dsb_ra_init.cpp757 no_src_swizzle |= n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS);
H A Dsb_ir.h838 unsigned fetch_op_flags();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h119 enum fetch_op_flags enum
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h125 enum fetch_op_flags enum

Completed in 16 milliseconds