Searched refs:emit_op3 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 626 #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); in emit_transpose_matrix_transform_vec4() 683 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4() 684 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4() 919 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor() 1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0); in build_lighting() 1229 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting() 1230 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1); in build_lighting() 1277 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0); in build_lighting() 1288 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_emit.h | 202 static INLINE boolean emit_op3( struct svga_shader_emitter *emit, in emit_op3() function
|
D | svga_tgsi_insn.c | 446 if (!emit_op3( emit, inst, dest, src0, src1, src2 )) in submit_op3()
|