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

  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 311 * we replace ddx/ddy with lod.
534 nir_ssa_def *ddy = local
538 nir_ssa_def *dPdy = nir_fmul(b, ddy, size);
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 709 double ddy = -PHYS_DOWN_ACCEL_SEC * elapsed; local
713 // cos(deg) is ddy component, sin(deg) is ddx component
734 ddy += Math.cos(radians) * accel;
742 mDY += ddy;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 63 LLVMValueRef ddy[3]; member in struct:lp_derivatives
lp_bld_sample.c 278 LLVMValueRef ddmax[3], ddx[3], ddy[3]; local
292 ddy[i] = lp_build_mul(coord_bld, floatdim, derivs->ddy[i]);
294 ddy[i] = lp_build_mul(coord_bld, ddy[i], ddy[i]);
299 tmpy = lp_build_abs(coord_bld, derivs->ddy[i]);
306 rho_yvec = lp_build_add(coord_bld, ddy[0], ddy[1]);
309 rho_yvec = lp_build_add(coord_bld, rho_yvec, ddy[2])
1691 LLVMValueRef ima, imahalf, tmp, ddx[3], ddy[3]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_fs.c 571 struct toy_src *ddx, struct toy_src *ddy,
604 tc_MOV(tc, SAMPLER_PARAM(5 + i * 2), ddy[i]);
644 struct toy_src *ddx, struct toy_src *ddy,
677 tc_MOV(tc, SAMPLER_PARAM(i * 3 + 2), ddy[i]);
724 struct toy_src coords[4], ddx[4], ddy[4], bias_or_lod, ref_or_si; local
757 * src2 := ddy
815 tsrc_transpose(inst->src[2], ddy);
1072 coords, num_coords, bias_or_lod, ref_or_si, ddx, ddy, num_derivs);
1076 coords, num_coords, bias_or_lod, ref_or_si, ddx, ddy, num_derivs);
    [all...]
ilo_shader_vs.c 323 struct toy_src ddx, struct toy_src ddy, int num_derivs)
346 tsrc_swizzle(ddy, 0, 0, 1, 1));
351 tsrc_swizzle1(ddy, 2));
396 struct toy_src coords, ddx, ddy, bias_or_lod, ref_or_si; local
404 ddy = tsrc_null();
430 ddy = inst->src[2];
548 coords, num_coords, bias_or_lod, ref_or_si, ddx, ddy, num_derivs);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 1392 struct ir3_instruction * const *coord, * const *off, * const *ddx, * const *ddy; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 1762 struct src_register ddy; local
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3191 LLVMValueRef ddx = NULL, ddy = NULL; local
    [all...]

Completed in 112 milliseconds