Home
last modified time | relevance | path

Searched refs:NEAR (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A Dplatform.h84 // Macros 'near', 'far', 'NEAR' and 'FAR' are defined by 'shared/minwindef.h' in the Windows SDK.
86 // here to avoid identifier conflicts. Macros 'NEAR' and 'FAR' contain 'near' and 'far'. They are
90 # undef NEAR macro
92 # define NEAR macro
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c30 #define NEAR 0 macro
175 float z = NEAR; in init_prog()
178 float half_depth = ((float)FAR - (float)NEAR) / 2.0f; in init_prog()
H A Dquad-tex.c30 #define NEAR 0 macro
232 float z = NEAR; in init_prog()
235 float half_depth = ((float)FAR - (float)NEAR) / 2.0f; in init_prog()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h932 #define NEAR near macro
974 #define NEAR macro
1187 #define JA(a) ja NEAR a
1188 #define JAE(a) jae NEAR a
1189 #define JB(a) jb NEAR a
1190 #define JBE(a) jbe NEAR a
1191 #define JC(a) jc NEAR a
1192 #define JE(a) je NEAR a
1193 #define JG(a) jg NEAR a
1194 #define JGE(a) jge NEAR
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86masm.pl162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
190 EXTERN $f:NEAR
/third_party/openssl/crypto/perlasm/
H A Dx86masm.pl162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
190 EXTERN $f:NEAR
/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c97 #define NEAR(x) ((int)((x) + .5)) macro
107 return lut3d->lut[NEAR(s->r) * lut3d->lutsize2 + NEAR(s->g) * lut3d->lutsize + NEAR(s->b)]; in interp_nearest()
1788 return lut1d->lut[idx][NEAR(s)]; in interp_1d_nearest()

Completed in 11 milliseconds