HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 1151 - 1175 of 2906) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_batchbuffer.c 13 #define INTEL_BATCH_CLIPRECTS 0x2
  /external/mesa3d/src/mesa/drivers/common/
meta.h 39 #define MESA_META_BLEND 0x2 /**< includes logicop */
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 41 #define I830_UPLOAD_BUFFERS 0x2
i915_state.c 515 int x1, y1, x2, y2; local
525 x2 = x + w - 1;
527 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
534 x2 = x + w - 1;
536 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
541 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1);
544 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
548 i915->state.Buffer[I915_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 48 #define PROG_PARAM_BIT_INVARIANT 0x2 /**< for varying vars (GLSL 1.20) */
  /external/opencv/cv/src/
cvundistort.cpp 67 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; local
69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0;
246 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; local
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0;
356 double x2 = x*x, y2 = y*y; local
357 double r2 = x2 + y2, _2xy = 2*x*y;
359 double u = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + u0;
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/
    [all...]
  /external/qemu/target-i386/
kvm-gs-restore.c 9 #define KVM_GS_RESTORE_NO 0x2
  /external/speex/libspeex/
filters.h 62 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack);
  /external/v8/test/mjsunit/regress/
regress-r4998.js 40 var x2 = 3;
56 x2 = 258;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 59 #define INTER_1VMASK 0x2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 49 static const u32 stuffingTable[8] = {0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80};
  /frameworks/base/libs/hwui/
FontRenderer.cpp 537 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
544 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
549 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
553 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
557 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
572 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
575 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
578 mBounds->left = fmin(mBounds->left, fmin(x1, fmin(x2, fmin(x3, x4))));
580 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4))));
  /frameworks/base/tools/aidl/
aidl_language.h 84 RPC_DATA = 0x2
  /frameworks/rs/cpu_ref/
rsCpuScript.h 40 uint32_t x1, uint32_t x2,
  /frameworks/rs/driver/
rsdGL.h 94 float x2, float y2, float z2, float u2, float v2,
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 91 #define SIMPLE_SCALABLE_OBJECT_TYPE 0x2
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 91 #define SIMPLE_SCALABLE_OBJECT_TYPE 0x2
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 139 #define MDP_FLIP_UD 0x2
276 #define MDP_PP_OPS_READ 0x2
302 #define MDP_OVERLAY_PP_QSEED_CFG 0x2
309 #define MDP_CSC_FLAG_YUV_IN 0x2
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 9 #define ADIE_CODEC_ACTION_DELAY_WAIT 0x2
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 140 #define MDP_FLIP_UD 0x2
280 #define MDP_PP_OPS_READ 0x2
305 #define MDP_OVERLAY_PP_QSEED_CFG 0x2
311 #define MDP_CSC_FLAG_YUV_IN 0x2
  /hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
msm-adie-codec.h 9 #define ADIE_CODEC_ACTION_DELAY_WAIT 0x2
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 71 #define DLOAD_BIGEND 0x2 /* require big-endian load module */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 187 PERF_Mode_Print = 0x2,
  /libcore/luni/src/main/java/java/lang/reflect/
Modifier.java 36 public static final int PRIVATE = 0x2;

Completed in 947 milliseconds

<<41424344454647484950>>