Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h184 #define EMIT2(op) vec4_instruction *op(const dst_reg &, const src_reg &, const src_reg &); macro
194 EMIT2(ADD)
195 EMIT2(MUL)
196 EMIT2(MACH)
197 EMIT2(MAC)
198 EMIT2(AND)
199 EMIT2(OR)
200 EMIT2(XOR)
201 EMIT2(DP3)
202 EMIT2(DP4)
[all …]