OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedToInt
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_tri.c
74
PACK_TRUECOLOR(p,
FixedToInt
(span.red), \
75
FixedToInt
(span.green),
FixedToInt
(span.blue)); \
108
pRow[i] = PACK_8A8B8G8R(
FixedToInt
(span.red), \
109
FixedToInt
(span.green),
FixedToInt
(span.blue), \
110
FixedToInt
(span.alpha)); \
143
pRow[i] = PACK_8A8R8G8B(
FixedToInt
(span.red), \
144
FixedToInt
(span.green),
FixedToInt
(span.blue),
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xm_tri.c
74
PACK_TRUECOLOR(p,
FixedToInt
(span.red), \
75
FixedToInt
(span.green),
FixedToInt
(span.blue)); \
108
pRow[i] = PACK_8A8B8G8R(
FixedToInt
(span.red), \
109
FixedToInt
(span.green),
FixedToInt
(span.blue), \
110
FixedToInt
(span.alpha)); \
143
pRow[i] = PACK_8A8R8G8B(
FixedToInt
(span.red), \
144
FixedToInt
(span.green),
FixedToInt
(span.blue),
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_alpha.c
139
ALPHA_TEST(
FixedToInt
(alpha), alpha += alphaStep);
146
ALPHA_TEST(
FixedToInt
(alpha), alpha += alphaStep);
s_triangle.c
150
GLint s =
FixedToInt
(span.intTex[0]) & smask; \
151
GLint t =
FixedToInt
(span.intTex[1]) & tmask; \
211
GLint s =
FixedToInt
(span.intTex[0]) & smask; \
212
GLint t =
FixedToInt
(span.intTex[1]) & tmask; \
322
dest[ACOMP] =
FixedToInt
(span->alpha)
337
GLint rSum =
FixedToInt
(span->red) + (GLint) sample[RCOMP]; \
338
GLint gSum =
FixedToInt
(span->green) + (GLint) sample[GCOMP]; \
339
GLint bSum =
FixedToInt
(span->blue) + (GLint) sample[BCOMP]; \
353
dest[3] =
FixedToInt
(span->alpha);
364
GLint s =
FixedToInt
(span->intTex[0]) & info->smask;
[
all
...]
s_tritemp.h
252
eMaj.lines =
FixedToInt
(FixedCeil(vMax_fy - eMaj.fsy));
265
eTop.lines =
FixedToInt
(FixedCeil(vMax_fy - eTop.fsy));
275
eBot.lines =
FixedToInt
(FixedCeil(vMid_fy - eBot.fsy));
583
idxOuter =
FixedToInt
(fdxOuter);
585
span.y =
FixedToInt
(fsy);
595
pRow = (PIXEL_TYPE *) PIXEL_ADDRESS(
FixedToInt
(fxLeftEdge), span.y);
634
_swrast_pixel_address(zrb,
FixedToInt
(fxLeftEdge), span.y);
[
all
...]
s_context.h
420
#define
FixedToInt
(X) ((X) >> FIXED_SHIFT)
440
#define FixedToChan(X)
FixedToInt
(X)
s_span.c
235
color[RCOMP] =
FixedToInt
(span->red);
236
color[GCOMP] =
FixedToInt
(span->green);
237
color[BCOMP] =
FixedToInt
(span->blue);
238
color[ACOMP] =
FixedToInt
(span->alpha);
270
color[RCOMP] =
FixedToInt
(span->red);
271
color[GCOMP] =
FixedToInt
(span->green);
272
color[BCOMP] =
FixedToInt
(span->blue);
273
color[ACOMP] =
FixedToInt
(span->alpha);
391
z[i] =
FixedToInt
(zval);
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_alpha.c
139
ALPHA_TEST(
FixedToInt
(alpha), alpha += alphaStep);
146
ALPHA_TEST(
FixedToInt
(alpha), alpha += alphaStep);
s_triangle.c
150
GLint s =
FixedToInt
(span.intTex[0]) & smask; \
151
GLint t =
FixedToInt
(span.intTex[1]) & tmask; \
211
GLint s =
FixedToInt
(span.intTex[0]) & smask; \
212
GLint t =
FixedToInt
(span.intTex[1]) & tmask; \
322
dest[ACOMP] =
FixedToInt
(span->alpha)
337
GLint rSum =
FixedToInt
(span->red) + (GLint) sample[RCOMP]; \
338
GLint gSum =
FixedToInt
(span->green) + (GLint) sample[GCOMP]; \
339
GLint bSum =
FixedToInt
(span->blue) + (GLint) sample[BCOMP]; \
353
dest[3] =
FixedToInt
(span->alpha);
364
GLint s =
FixedToInt
(span->intTex[0]) & info->smask;
[
all
...]
s_tritemp.h
252
eMaj.lines =
FixedToInt
(FixedCeil(vMax_fy - eMaj.fsy));
265
eTop.lines =
FixedToInt
(FixedCeil(vMax_fy - eTop.fsy));
275
eBot.lines =
FixedToInt
(FixedCeil(vMid_fy - eBot.fsy));
583
idxOuter =
FixedToInt
(fdxOuter);
585
span.y =
FixedToInt
(fsy);
595
pRow = (PIXEL_TYPE *) PIXEL_ADDRESS(
FixedToInt
(fxLeftEdge), span.y);
634
_swrast_pixel_address(zrb,
FixedToInt
(fxLeftEdge), span.y);
[
all
...]
s_context.h
420
#define
FixedToInt
(X) ((X) >> FIXED_SHIFT)
440
#define FixedToChan(X)
FixedToInt
(X)
s_span.c
235
color[RCOMP] =
FixedToInt
(span->red);
236
color[GCOMP] =
FixedToInt
(span->green);
237
color[BCOMP] =
FixedToInt
(span->blue);
238
color[ACOMP] =
FixedToInt
(span->alpha);
270
color[RCOMP] =
FixedToInt
(span->red);
271
color[GCOMP] =
FixedToInt
(span->green);
272
color[BCOMP] =
FixedToInt
(span->blue);
273
color[ACOMP] =
FixedToInt
(span->alpha);
391
z[i] =
FixedToInt
(zval);
[
all
...]
Completed in 1014 milliseconds