HomeSort by relevance Sort by last modified time
    Searched full:rho_t (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 301 LLVMValueRef rho_s, rho_t, rho_r; local
304 rho_t = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle2);
306 rho = lp_build_max(coord_bld, rho_s, rho_t);
332 LLVMValueRef rho_s, rho_t, rho_r; local
335 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, "");
337 rho = lp_build_max(float_bld, rho_s, rho_t);
    [all...]

Completed in 56 milliseconds