Searched refs:EMIT2 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4.h | 182 #define EMIT2(op) vec4_instruction *op(const dst_reg &, const src_reg &, const src_reg &); macro 192 EMIT2(ADD) 193 EMIT2(MUL) 194 EMIT2(MACH) 195 EMIT2(MAC) 196 EMIT2(AND) 197 EMIT2(OR) 198 EMIT2(XOR) 199 EMIT2(DP3) 200 EMIT2(DP4) [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 906 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \ macro 916 EMIT2(insert_3f_viewport_3, insert_4ub_4f_rgba_4, emit_viewport3_rgba4) in EMIT2() function 917 EMIT2(insert_3f_viewport_3, insert_4ub_4f_bgra_4, emit_viewport3_bgra4) in EMIT2() 918 EMIT2(insert_3f_3, insert_4ub_4f_rgba_4, emit_xyz3_rgba4) in EMIT2()
|