OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tex00
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_triangle.c
283
sample[RCOMP] =
tex00
[2]; \
284
sample[GCOMP] =
tex00
[1]; \
285
sample[BCOMP] =
tex00
[0]; \
289
sample[RCOMP] = ilerp_2d(sf, tf,
tex00
[2], tex01[2], tex10[2], tex11[2]);\
290
sample[GCOMP] = ilerp_2d(sf, tf,
tex00
[1], tex01[1], tex10[1], tex11[1]);\
291
sample[BCOMP] = ilerp_2d(sf, tf,
tex00
[0], tex01[0], tex10[0], tex11[0]);\
295
sample[RCOMP] =
tex00
[3]; \
296
sample[GCOMP] =
tex00
[2]; \
297
sample[BCOMP] =
tex00
[1]; \
298
sample[ACOMP] =
tex00
[0]
[
all
...]
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c
169
static const float
tex00
[4] = { 0, 0, 0, 1 };
local
173
set_texcoords( wide, v0,
tex00
);
Completed in 110 milliseconds