Searched refs:h8 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/fp/
H A Dfp-tri.c159 int h8 = height / 8; local in function:Init
161 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) {
163 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) {
165 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
/xsrc/external/mit/mesa-demos/dist/src/fpglsl/
H A Dfp-tri.c290 int h8 = height / 8; local in function:Init
292 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) {
294 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) {
296 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexgenmix.c220 int h8 = height / 8; local in function:loadTexture
222 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) {
224 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) {
226 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtexenv.c484 int h8 = height / 8; local in function:loadTexture
486 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) {
488 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) {
490 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
/xsrc/external/mit/xorg-server.old/dist/include/
H A DMakefile.in572 version-config.h: stamp-h8
574 rm -f stamp-h8; \
575 $(MAKE) $(AM_MAKEFLAGS) stamp-h8; \
578 stamp-h8: $(srcdir)/version-config.h.in $(top_builddir)/config.status
579 @rm -f stamp-h8
583 -rm -f do-not-use-config.h stamp-h1 xorg-server.h stamp-h2 dix-config.h stamp-h3 xorg-config.h stamp-h4 xkb-config.h stamp-h5 xwin-config.h stamp-h6 kdrive-config.h stamp-h7 version-config.h stamp-h8

Completed in 7 milliseconds