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

  /external/mesa3d/src/amd/common/
ac_llvm_util.c 448 LLVMValueRef derivs[4]; local
483 derivs[axis * 2 + i] =
489 memcpy(derivs_arg, derivs, sizeof(derivs));
ac_nir_to_llvm.c 3192 LLVMValueRef derivs[6]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 3115 struct lp_derivatives derivs; local
3233 const struct lp_derivatives *derivs = params->derivs; local
    [all...]
lp_bld_sample.h 109 const struct lp_derivatives *derivs; member in struct:lp_sampler_params
495 const struct lp_derivatives *derivs,
lp_bld_tgsi_aos.c 352 struct lp_derivatives derivs = { {NULL}, {NULL} }; local
365 derivs.ddx[0] = lp_build_emit_fetch( &bld->bld_base, inst, 1 , LP_CHAN_ALL);
366 derivs.ddy[0] = lp_build_emit_fetch( &bld->bld_base, inst, 2 , LP_CHAN_ALL);
375 coords, derivs,
388 struct lp_derivatives derivs = { {NULL}, {NULL} }; local
406 coords, derivs,
lp_bld_sample.c 204 * \param derivs partial derivatives of (s, t, r, q) with respect to X and Y
215 const struct lp_derivatives *derivs)
245 * rho calcs are always per quad except for explicit derivs (excluding
277 else if (derivs) {
291 ddx[i] = lp_build_mul(coord_bld, floatdim, derivs->ddx[i]);
292 ddy[i] = lp_build_mul(coord_bld, floatdim, derivs->ddy[i]);
298 tmpx = lp_build_abs(coord_bld, derivs->ddx[i]);
299 tmpy = lp_build_abs(coord_bld, derivs->ddy[i]);
685 * \param derivs partial derivatives of (s, t, r, q) with respect to X and Y
703 const struct lp_derivatives *derivs,
    [all...]
lp_bld_tgsi.h 209 const struct lp_derivatives derivs,
lp_bld_tgsi_soa.c 2160 struct lp_derivatives derivs; local
2366 struct lp_derivatives derivs; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 2456 float derivs[3][2][TGSI_QUAD_SIZE]; local
2813 float derivs[3][2][TGSI_QUAD_SIZE]; local
    [all...]
tgsi_exec.h 187 * derivs - explicit derivatives.
199 float derivs[3][2][TGSI_QUAD_SIZE],
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 4536 LLVMValueRef coords[5], derivs[6]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c     [all...]

Completed in 182 milliseconds