OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dx20
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s
39
dx20
DN D4.S16
define
54
VLD1 {
dx20
,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
65
VLD1 {
dx20
,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c
68
int
dx20
;
member in struct:fixed_position
409
plane[2].dcdy = position->
dx20
;
809
position->
dx20
= position->x[2] - position->x[0];
812
position->area = position->dx01 * position->dy20 - position->
dx20
* position->dy01;
834
position->
dx20
= position->x[2] - position->x[0];
859
position->dx01 = -position->
dx20
;
861
position->
dx20
= -x;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c
68
int
dx20
;
member in struct:fixed_position
409
plane[2].dcdy = position->
dx20
;
809
position->
dx20
= position->x[2] - position->x[0];
812
position->area = position->dx01 * position->dy20 - position->
dx20
* position->dy01;
834
position->
dx20
= position->x[2] - position->x[0];
859
position->dx01 = -position->
dx20
;
861
position->
dx20
= -x;
/system/core/libpixelflinger/
trap.cpp
524
int32_t
dx20
= x2 - x0;
local
528
if (dx01*dy20 < dy01*
dx20
) {
533
dx20
= x2 - x0;
556
int32_t ey2 = dy20 * (x2 - mx) -
dx20
* (y2 - my);
562
if (dy20<0 || (dy20 == 0 &&
dx20
>0)) ey2++;
595
ey2 +=
dx20
<< TRI_FRACTION_BITS;
[
all
...]
Completed in 4198 milliseconds