Searched refs:rho_t (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 609 LLVMValueRef rho_s, rho_t, rho_r; in lp_build_rho() local 612 rho_t = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle1); in lp_build_rho() 614 rho = lp_build_max(coord_bld, rho_s, rho_t); in lp_build_rho() 641 LLVMValueRef rho_s, rho_t, rho_r; in lp_build_rho() local 644 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, ""); in lp_build_rho() 646 rho = lp_build_max(float_bld, rho_s, rho_t); in lp_build_rho()
|
Completed in 4 milliseconds