HomeSort by: relevance | last modified time | path
    Searched refs:cube_rho (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 501 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)
703 LLVMValueRef cube_rho,
762 (bld->dims > 1)) || cube_rho;
764 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs);
lp_bld_sample_soa.c 2057 LLVMValueRef first_level, cube_rho = NULL; local
2076 lp_build_cube_lookup(bld, coords, derivs, &cube_rho, &cube_derivs, need_derivs);
2126 coords[0], coords[1], coords[2], cube_rho,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 339 LLVMValueRef cube_rho,
380 if (cube_rho) {
390 rho_bld->type, cube_rho, 0);
393 rho = lp_build_swizzle_scalar_aos(coord_bld, cube_rho, 0, 4);
813 * \param cube_rho rho calculated by cube coord mapping (optional)
828 LLVMValueRef cube_rho,
888 (bld->dims > 1)) || cube_rho;
895 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs);
lp_bld_sample.h 582 LLVMValueRef cube_rho,
lp_bld_sample_soa.c 2517 LLVMValueRef first_level, cube_rho = NULL; local
2536 lp_build_cube_lookup(bld, coords, derivs, &cube_rho, &cube_derivs, need_derivs);
2594 coords[0], coords[1], coords[2], cube_rho,

Completed in 61 milliseconds