Searched refs:rho_s (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 476 LLVMValueRef rho_s, rho_t, rho_r; in lp_build_rho() local 478 rho_s = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle0); in lp_build_rho() 481 rho = lp_build_max(coord_bld, rho_s, rho_t); in lp_build_rho() 508 LLVMValueRef rho_s, rho_t, rho_r; in lp_build_rho() local 510 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, ""); in lp_build_rho() 513 rho = lp_build_max(float_bld, rho_s, rho_t); in lp_build_rho()
|