Home
last modified time | relevance | path

Searched refs:HW_REG (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_emit.cpp68 inst->dst.file = HW_REG; in setup_attributes()
86 inst->src[i].file = HW_REG; in setup_attributes()
174 case HW_REG: in get_dst()
239 case HW_REG: in get_src()
Dbrw_vec4.h52 HW_REG, /* a struct brw_reg */ enumerator
Dbrw_vec4.cpp183 this->file = HW_REG; in dst_reg()
Dbrw_vec4_visitor.cpp169 if (dst.file == HW_REG) in CMP()