HomeSort by relevance Sort by last modified time
    Searched refs:cube_rho (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 494 LLVMValueRef cube_rho,
lp_bld_sample.c 214 LLVMValueRef cube_rho,
255 if (cube_rho) {
265 rho_bld->type, cube_rho, 0);
268 rho = lp_build_swizzle_scalar_aos(coord_bld, cube_rho, 0, 4);
688 * \param cube_rho rho calculated by cube coord mapping (optional)
702 LLVMValueRef cube_rho,
760 (bld->dims > 1)) || cube_rho;
762 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs);
    [all...]
lp_bld_sample_soa.c 1809 LLVMValueRef first_level, cube_rho = NULL; local
    [all...]

Completed in 464 milliseconds