Searched refs:rho_xvec (Results 1 - 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 210 LLVMValueRef rho_xvec, rho_yvec; local 229 rho_xvec = lp_build_swizzle_aos(coord_bld, abs_ddx_ddy[0], swizzle1); 241 rho_xvec = lp_build_swizzle_aos(coord_bld, abs_ddx_ddy[0], swizzle1); 258 rho_xvec = LLVMBuildShuffleVector(builder, abs_ddx_ddy[0], abs_ddx_ddy[1], 264 rho_vec = lp_build_max(coord_bld, rho_xvec, rho_yvec);
|
Completed in 30 milliseconds