Searched refs:rho_s (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 611 rho_s = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle0); 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 643 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, ""); in lp_build_rho() 646 rho = lp_build_max(float_bld, rho_s, rho_t); in lp_build_rho()
|
Completed in 4 milliseconds