Searched defs:emit_op3 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h202 static INLINE boolean emit_op3( struct svga_shader_emitter *emit, function
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h202 static INLINE boolean emit_op3( struct svga_shader_emitter *emit, function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c626 #define emit_op3(p, op, dst, mask, src0, src1, src2) \ macro
682 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
683 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
684 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
919 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient,
1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1229 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
1277 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1288 emit_op3(
[all...]
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c626 #define emit_op3(p, op, dst, mask, src0, src1, src2) \ macro
682 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
683 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
684 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
919 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient,
1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1229 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
1277 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1288 emit_op3(
[all...]

Completed in 3176 milliseconds