Home
last modified time | relevance | path

Searched refs:t001 (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Cpp/tests/
DMakefile23 all: $(ANTLR) $(TOKENS) t001 t002 t003 t004 t005 t006 t006 t007 t008 t009 t010 t011 t012
31 t001: t001.cpp t001lexer.tokens UserTestTraits.hpp Makefile $(ANTLR) $(RUNTIME_HEADERS) target
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c128 const GLfloat t001[4], const GLfloat t101[4], in lerp_rgba_3d()
135 t001[k], t101[k], t011[k], t111[k]); in lerp_rgba_3d()
2064 GLfloat t000[4], t010[4], t001[4], t011[4]; in sample_3d_linear() local
2116 get_border_color(samp, img, t001); in sample_3d_linear()
2119 swImg->FetchTexel(swImg, i0, j0, k1, t001); in sample_3d_linear()
2141 lerp_rgba_3d(rgba, a, b, c, t000, t100, t010, t110, t001, t101, t011, t111); in sample_3d_linear()