Searched refs:ppc_vmaxfp (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.c | 657 ppc_vmaxfp(gen->f, v2, v0, v1); in emit_binop() 843 ppc_vmaxfp(gen->f, x_vec, x_vec, zero_vec); /* x_vec = max(x_vec, 0) */ in emit_lit() 858 ppc_vmaxfp(gen->f, y_vec, y_vec, zero_vec); /* y_vec = max(y_vec, 0) */ in emit_lit() 865 ppc_vmaxfp(gen->f, w_vec, w_vec, n128_vec); /* w = max(w, -128) */ in emit_lit()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.h | 106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB);
|
D | rtasm_ppc.c | 608 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vmaxfp() function
|