lp_bld_sample.c | 301 LLVMValueRef rho_s, rho_t, rho_r; local 304 rho_t = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle2); 306 rho = lp_build_max(coord_bld, rho_s, rho_t); 332 LLVMValueRef rho_s, rho_t, rho_r; local 335 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, ""); 337 rho = lp_build_max(float_bld, rho_s, rho_t); [all...] |