Searched refs:gen4_low (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_inst.h | 114 #define F8(name, gen4_high, gen4_low, gen8_high, gen8_low) \ argument 116 /* 4: */ gen4_high, gen4_low, \ 117 /* 4.5: */ gen4_high, gen4_low, \ 118 /* 5: */ gen4_high, gen4_low, \ 119 /* 6: */ gen4_high, gen4_low, \ 120 /* 7: */ gen4_high, gen4_low, \
|