Searched defs:STRIDE (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A D3dnow_normal.S39 #define STRIDE REGOFF(12, ESI) define
127 ADD_L ( STRIDE, EDX ) /* next normal */
158 ADD_L ( STRIDE, EDX ) /* next normal */
279 ADD_L ( STRIDE, EDX ) /* next normal */
323 ADD_L ( STRIDE, EDX ) /* next normal */
407 ADD_L ( STRIDE, EDX ) /* next normal */
501 ADD_L ( STRIDE, EDX ) /* next normal */
570 ADD_L ( STRIDE, EDX) /* next normal */
658 ADD_L ( STRIDE, EDX ) /* next normal */
722 ADD_L ( STRIDE, EC
[all...]
H A Dsse_normal.S43 #define STRIDE REGOFF(12, ESI) define
66 MOV_L ( STRIDE, EAX ) /* stride */
128 MOV_L ( STRIDE, EAX ) /* stride */
221 MOV_L ( STRIDE, EAX ) /* stride */
/external/mesa3d/src/mesa/x86/
H A D3dnow_normal.S39 #define STRIDE REGOFF(12, ESI) define
127 ADD_L ( STRIDE, EDX ) /* next normal */
158 ADD_L ( STRIDE, EDX ) /* next normal */
279 ADD_L ( STRIDE, EDX ) /* next normal */
323 ADD_L ( STRIDE, EDX ) /* next normal */
407 ADD_L ( STRIDE, EDX ) /* next normal */
501 ADD_L ( STRIDE, EDX ) /* next normal */
570 ADD_L ( STRIDE, EDX) /* next normal */
658 ADD_L ( STRIDE, EDX ) /* next normal */
722 ADD_L ( STRIDE, EC
[all...]
H A Dsse_normal.S43 #define STRIDE REGOFF(12, ESI) define
66 MOV_L ( STRIDE, EAX ) /* stride */
128 MOV_L ( STRIDE, EAX ) /* stride */
221 MOV_L ( STRIDE, EAX ) /* stride */
/external/chromium_org/third_party/skia/bench/
H A DPathUtilsBench.cpp16 #define STRIDE 2 macro
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
42 char* bits[H * STRIDE];
59 fillRandomBits(H * STRIDE, (char*) &bits);
/external/skia/bench/
H A DPathUtilsBench.cpp16 #define STRIDE 2 macro
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
42 char* bits[H * STRIDE];
59 fillRandomBits(H * STRIDE, (char*) &bits);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_translate.c109 #define STRIDE stride macro
/external/mesa3d/src/mesa/math/
H A Dm_translate.c109 #define STRIDE stride macro
/external/libhevc/test/decoder/
H A Dmain.c354 #define STRIDE 0 macro
1857 s_app_ctx.u4_strd = STRIDE;
2347 s_ctl_ip.u4_disp_wd = STRIDE;
2629 s_ctl_ip.u4_disp_wd = STRIDE;

Completed in 1618 milliseconds