Searched refs:rho_r (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 511 LLVMValueRef rho_s, rho_t, rho_r; in lp_build_rho() local 519 rho_r = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle2); in lp_build_rho() 520 rho = lp_build_max(coord_bld, rho, rho_r); in lp_build_rho() 543 LLVMValueRef rho_s, rho_t, rho_r; in lp_build_rho() local 551 rho_r = LLVMBuildExtractElement(builder, rho_vec, index2, ""); in lp_build_rho() 552 rho = lp_build_max(float_bld, rho, rho_r); in lp_build_rho()
|