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

  /external/skia/bench/
InterpBench.cpp 152 double ddx = dx; variable
155 tmp = SkDoubleToFixed(ffx); dst[i + 0] = TILE(tmp, count); ffx += ddx;
156 tmp = SkDoubleToFixed(ffx); dst[i + 1] = TILE(tmp, count); ffx += ddx;
157 tmp = SkDoubleToFixed(ffx); dst[i + 2] = TILE(tmp, count); ffx += ddx;
158 tmp = SkDoubleToFixed(ffx); dst[i + 3] = TILE(tmp, count); ffx += ddx;
  /external/autotest/client/deps/glbench/src/
varyingsandddxytest.cc 151 GLuint DdxDdyShaderProgram(bool ddx, GLuint vertex_buffer) {
154 ddx ? fragment_shader_ddx : fragment_shader_ddy);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 278 LLVMValueRef ddmax[3], ddx[3], ddy[3]; local
291 ddx[i] = lp_build_mul(coord_bld, floatdim, derivs->ddx[i]);
293 ddx[i] = lp_build_mul(coord_bld, ddx[i], ddx[i]);
298 tmpx = lp_build_abs(coord_bld, derivs->ddx[i]);
305 rho_xvec = lp_build_add(coord_bld, ddx[0], ddx[1]);
308 rho_xvec = lp_build_add(coord_bld, rho_xvec, ddx[2])
1691 LLVMValueRef ima, imahalf, tmp, ddx[3], ddy[3]; local
    [all...]
lp_bld_sample.h 62 LLVMValueRef ddx[3]; member in struct:lp_derivatives
lp_bld_sample_soa.c     [all...]
lp_bld_tgsi_soa.c     [all...]
lp_bld_tgsi_aos.c 365 derivs.ddx[0] = lp_build_emit_fetch( &bld->bld_base, inst, 1 , LP_CHAN_ALL);
  /external/v8/tools/
run-deopt-fuzzer.py 117 ddx = self._factor1
122 dx += ddx
123 ddx += dddx
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_vs.c 323 struct toy_src ddx, struct toy_src ddy, int num_derivs)
344 tsrc_swizzle(ddx, 0, 0, 1, 1));
349 tsrc_swizzle1(ddx, 2));
396 struct toy_src coords, ddx, ddy, bias_or_lod, ref_or_si; local
403 ddx = tsrc_null();
429 ddx = inst->src[1];
548 coords, num_coords, bias_or_lod, ref_or_si, ddx, ddy, num_derivs);
    [all...]
ilo_shader_fs.c 571 struct toy_src *ddx, struct toy_src *ddy,
603 tc_MOV(tc, SAMPLER_PARAM(4 + i * 2), ddx[i]);
644 struct toy_src *ddx, struct toy_src *ddy,
676 tc_MOV(tc, SAMPLER_PARAM(i * 3 + 1), ddx[i]);
724 struct toy_src coords[4], ddx[4], ddy[4], bias_or_lod, ref_or_si; local
756 * src1 := ddx
814 tsrc_transpose(inst->src[1], ddx);
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...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 708 double ddx = 0.0; local
713 // cos(deg) is ddy component, sin(deg) is ddx component
733 ddx = Math.sin(radians) * accel;
741 mDX += ddx;
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 311 * we replace ddx/ddy with lod.
532 nir_ssa_def *ddx = local
537 nir_ssa_def *dPdx = nir_fmul(b, ddx, size);
  /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/amd/common/
ac_nir_to_llvm.c 3191 LLVMValueRef ddx = NULL, ddy = NULL; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 1761 struct src_register ddx; local
    [all...]

Completed in 844 milliseconds