Searched refs:rho_s (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c476 LLVMValueRef rho_s, rho_t, rho_r; local
478 rho_s = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle0);
481 rho = lp_build_max(coord_bld, rho_s, rho_t);
508 LLVMValueRef rho_s, rho_t, rho_r; local
510 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, "");
513 rho = lp_build_max(float_bld, rho_s, rho_t);

Completed in 65 milliseconds