/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aavideo.c | 206 int ddy1, ddy, spy = 0, ey; local 215 ddy = y1 + y1; 217 if (ddy1 < ddy) 218 spy = (ddy / ddy1) * x1, ddy %= ddy1; 233 ey += ddy;
|
/external/qemu/android/skin/ |
trackball.c | 424 int ddy = ball->acc_y * ball->acc_scale; local 436 ddx = ddy; 437 ddy = -ddt; 442 ddy = -ddy; 447 ddx = -ddy; 448 ddy = ddt; 452 user_event_mouse(ddx, ddy, 1, 0);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.h | 18 // given angles of {dx dy ddx ddy dddx dddy} sort them
|
/external/skia/src/pathops/ |
SkOpAngle.h | 18 // given angles of {dx dy ddx ddy dddx dddy} sort them
|
/external/llvm/lib/Target/R600/ |
R600TextureIntrinsicsReplacer.cpp | 287 if (Name == "llvm.AMDGPU.ddy") { 288 ReplaceTexIntrinsic(I, false, TexSign, "llvm.R600.ddy", "llvm.R600.ddy");
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 77 OP11(DDY)
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 77 OP11(DDY)
|
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_quad.c | 102 * pair for ddy
|
lp_bld_tgsi_aos.c | 366 LLVMValueRef ddy; local 380 ddy = lp_build_emit_fetch( &bld->bld_base, inst, 2 , LP_CHAN_ALL); 385 ddy = lp_build_ddy( &bld->bld_base.base, coords );
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 298 OP1_(DERIV_RTY, DDY); 299 OP1_(DERIV_RTY_COARSE, DDY); 300 OP1_(DERIV_RTY_FINE, DDY); 470 case SM4_OPCODE_SAMPLE_D: // dst, coord, res, samp, ddx, ddy
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_quad.c | 102 * pair for ddy
|
lp_bld_tgsi_aos.c | 366 LLVMValueRef ddy; local 380 ddy = lp_build_emit_fetch( &bld->bld_base, inst, 2 , LP_CHAN_ALL); 385 ddy = lp_build_ddy( &bld->bld_base.base, coords );
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 298 OP1_(DERIV_RTY, DDY); 299 OP1_(DERIV_RTY_COARSE, DDY); 300 OP1_(DERIV_RTY_FINE, DDY); 470 case SM4_OPCODE_SAMPLE_D: // dst, coord, res, samp, ddx, ddy
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_lexer.l | 194 DDY{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDY, 3); }
|
prog_instruction.c | 172 { OPCODE_DDY, "DDY", 1, 1 },
|
/external/mesa3d/src/mesa/program/ |
program_lexer.l | 194 DDY{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDY, 3); }
|
prog_instruction.c | 172 { OPCODE_DDY, "DDY", 1, 1 },
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 356 /* DDX/DDY seem to always fail when their writemasks are 370 /* DDX/DDY also fail when their swizzles are changed. */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 435 * DDX DDY 449 * pair. But for DDY, it's harder, as we want to produce the pairs swizzled
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 356 /* DDX/DDY seem to always fail when their writemasks are 370 /* DDX/DDY also fail when their swizzles are changed. */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 435 * DDX DDY 449 * pair. But for DDY, it's harder, as we want to produce the pairs swizzled
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_fragprog.c | 572 nvfx_fp_emit(fpc, arith(sat, DDY, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none)); 574 nvfx_fp_emit(fpc, arith(sat, DDY, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, src[0], none, none)); 577 nvfx_fp_emit(fpc, arith(sat, DDY, dst, mask, src[0], none, none)); [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_fragprog.c | 572 nvfx_fp_emit(fpc, arith(sat, DDY, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none)); 574 nvfx_fp_emit(fpc, arith(sat, DDY, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, src[0], none, none)); 577 nvfx_fp_emit(fpc, arith(sat, DDY, dst, mask, src[0], none, none)); [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
RELNOTES-5.1 | 43 - the DDX and DDY commands aren't fully tested
|