HomeSort by relevance Sort by last modified time
    Searched defs:dady (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 105 const float dady = coef->dady[chan]; local
106 const float a0 = coef->a0[chan] + dadx * x + dady * y;
109 quadpos->xyzw[chan].f[2] = a0 + dady;
110 quadpos->xyzw[chan].f[3] = a0 + dadx + dady;
sp_setup.c 469 coef->dady[i] = 0;
478 * Compute a0, dadx and dady for a linearly interpolated coefficient,
493 float dady = b * setup->oneoverarea; local
498 coef->dady[i] = dady;
505 * triangles with very large values of dadx or dady as it will
514 dady * (setup->vmin[0][1] - setup->pixel_offset)));
519 * Compute a0, dadx and dady for a perspective-corrected interpolant,
522 * the plane coefficients (a0, dadx, dady).
543 float dady = b * setup->oneoverarea local
927 const float dady = da * setup->emaj.dy * setup->oneoverarea; local
951 const float dady = da * setup->emaj.dy * setup->oneoverarea; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 95 * a = a0 + dadx*x + dady*y
104 * da'dy = (dady - dwdy*a)*oow
275 LLVMValueRef dady = coeff_bld->zero; local
291 dady = coeff_bld->one;
300 dady = lp_build_extract_broadcast(gallivm, setup_bld->type,
308 * a = a0 + (x * dadx + y * dady)
311 a = lp_build_fmuladd(builder, dady, pixoffy, a);
441 * a = a0 + (x * dadx + y * dady)
453 * dadq = {0, dadx, dady, dadx + dady}
460 LLVMValueRef dadx, dady; local
    [all...]
lp_setup_point.c 54 float (*dady)[4]; member in struct:point_info
72 info->dady[slot][i] = 0.0f;
95 info->dady[slot][i] = 0.0f;
121 float dady = 0.0f; local
126 info->dady[slot][0] = dady;
127 info->a0[slot][0] = 0.5 - (dadx * x0 + dady * y0);
131 info->dady[slot][0] *= w0;
137 float dady = FIXED_ONE / (float)info->dx12; local
142 dady = -dady
    [all...]
lp_setup_line.c 56 float (*dady)[4]; member in struct:lp_line_info
71 info->dady[slot][i] = 0.0f;
76 * Compute a0, dadx and dady for a linearly interpolated coefficient,
90 float dady = da21 * info->dy * info->oneoverarea; local
93 info->dady[slot][i] = dady;
97 dady * (info->v1[0][1] - setup->pixel_offset)));
102 * Compute a0, dadx and dady for a perspective-corrected interpolant,
105 * the plane coefficients (a0, dadx, dady).
122 float dady = da21 * info->dy * info->oneoverarea local
    [all...]
lp_state_setup.c 73 LLVMValueRef dady; member in struct:lp_setup_args
93 LLVMValueRef dady)
107 dady,
108 LLVMBuildGEP(builder, args->dady, &idx, 1, ""));
420 /* Calculate dady (vec4f)
424 LLVMValueRef dady = LLVMBuildFSub(b, da20_dx01_ooa, da01_dx20_ooa, "dady"); local
429 LLVMValueRef dady_y0 = LLVMBuildFMul(b, dady, y0_center, "dady_y0");
433 store_coef(gallivm, args, slot, attr_0, dadx, dady);
453 * Compute a0, dadx and dady for a perspective-corrected interpolant
997 float dady = sdady[0][i]; local
1009 float dady = sdady[1 + slot][i]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 88 float dady[TGSI_NUM_CHANNELS]; member in struct:tgsi_interp_coef
tgsi_exec.c 2919 const float dady = mach->InterpCoefs[attrib].dady[chan]; local
2940 const float dady = mach->InterpCoefs[attrib].dady[chan]; local
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 457 GGLcolor dady; member in struct:android::shade_t

Completed in 354 milliseconds