3 #define STORE_Z(zpix, z) 4 #define STORE_PIX(pix, rgb, r, g, b, a) 6 #define ZCMP(zpix, z) 1 7 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 8 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 9 #define FNAME(name) FB_triangle_zoff_coff_anone_znone_tnearest_ ## name 10 #include "ztriangle_two.h" 12 #define STORE_Z(zpix, z) 13 #define STORE_PIX(pix, rgb, r, g, b, a) 15 #define ZCMP(zpix, z) 1 16 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 18 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 19 #define FNAME(name) FB_triangle_zoff_coff_anone_znone_tmipmap_ ## name 20 #include "ztriangle_two.h" 22 #define STORE_Z(zpix, z) 23 #define STORE_PIX(pix, rgb, r, g, b, a) 25 #define ZCMP(zpix, z) 1 26 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 28 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 29 #define FNAME(name) FB_triangle_zoff_coff_anone_znone_tgeneral_ ## name 30 #include "ztriangle_two.h" 32 #define STORE_Z(zpix, z) 33 #define STORE_PIX(pix, rgb, r, g, b, a) 35 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 36 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 37 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 38 #define FNAME(name) FB_triangle_zoff_coff_anone_zless_tnearest_ ## name 39 #include "ztriangle_two.h" 41 #define STORE_Z(zpix, z) 42 #define STORE_PIX(pix, rgb, r, g, b, a) 44 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 45 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 47 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 48 #define FNAME(name) FB_triangle_zoff_coff_anone_zless_tmipmap_ ## name 49 #include "ztriangle_two.h" 51 #define STORE_Z(zpix, z) 52 #define STORE_PIX(pix, rgb, r, g, b, a) 54 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 55 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 57 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 58 #define FNAME(name) FB_triangle_zoff_coff_anone_zless_tgeneral_ ## name 59 #include "ztriangle_two.h" 61 #define STORE_Z(zpix, z) 62 #define STORE_PIX(pix, rgb, r, g, b, a) 63 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 64 #define ZCMP(zpix, z) 1 65 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 66 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 67 #define FNAME(name) FB_triangle_zoff_coff_aless_znone_tnearest_ ## name 68 #include "ztriangle_two.h" 70 #define STORE_Z(zpix, z) 71 #define STORE_PIX(pix, rgb, r, g, b, a) 72 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 73 #define ZCMP(zpix, z) 1 74 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 76 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 77 #define FNAME(name) FB_triangle_zoff_coff_aless_znone_tmipmap_ ## name 78 #include "ztriangle_two.h" 80 #define STORE_Z(zpix, z) 81 #define STORE_PIX(pix, rgb, r, g, b, a) 82 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 83 #define ZCMP(zpix, z) 1 84 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 86 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 87 #define FNAME(name) FB_triangle_zoff_coff_aless_znone_tgeneral_ ## name 88 #include "ztriangle_two.h" 90 #define STORE_Z(zpix, z) 91 #define STORE_PIX(pix, rgb, r, g, b, a) 92 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 93 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 94 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 95 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 96 #define FNAME(name) FB_triangle_zoff_coff_aless_zless_tnearest_ ## name 97 #include "ztriangle_two.h" 99 #define STORE_Z(zpix, z) 100 #define STORE_PIX(pix, rgb, r, g, b, a) 101 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 102 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 103 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 104 #define INTERP_MIPMAP 105 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 106 #define FNAME(name) FB_triangle_zoff_coff_aless_zless_tmipmap_ ## name 107 #include "ztriangle_two.h" 109 #define STORE_Z(zpix, z) 110 #define STORE_PIX(pix, rgb, r, g, b, a) 111 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 112 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 113 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 114 #define INTERP_MIPMAP 115 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 116 #define FNAME(name) FB_triangle_zoff_coff_aless_zless_tgeneral_ ## name 117 #include "ztriangle_two.h" 119 #define STORE_Z(zpix, z) 120 #define STORE_PIX(pix, rgb, r, g, b, a) 121 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 122 #define ZCMP(zpix, z) 1 123 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 124 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 125 #define FNAME(name) FB_triangle_zoff_coff_amore_znone_tnearest_ ## name 126 #include "ztriangle_two.h" 128 #define STORE_Z(zpix, z) 129 #define STORE_PIX(pix, rgb, r, g, b, a) 130 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 131 #define ZCMP(zpix, z) 1 132 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 133 #define INTERP_MIPMAP 134 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 135 #define FNAME(name) FB_triangle_zoff_coff_amore_znone_tmipmap_ ## name 136 #include "ztriangle_two.h" 138 #define STORE_Z(zpix, z) 139 #define STORE_PIX(pix, rgb, r, g, b, a) 140 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 141 #define ZCMP(zpix, z) 1 142 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 143 #define INTERP_MIPMAP 144 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 145 #define FNAME(name) FB_triangle_zoff_coff_amore_znone_tgeneral_ ## name 146 #include "ztriangle_two.h" 148 #define STORE_Z(zpix, z) 149 #define STORE_PIX(pix, rgb, r, g, b, a) 150 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 151 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 152 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 153 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 154 #define FNAME(name) FB_triangle_zoff_coff_amore_zless_tnearest_ ## name 155 #include "ztriangle_two.h" 157 #define STORE_Z(zpix, z) 158 #define STORE_PIX(pix, rgb, r, g, b, a) 159 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 160 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 161 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 162 #define INTERP_MIPMAP 163 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 164 #define FNAME(name) FB_triangle_zoff_coff_amore_zless_tmipmap_ ## name 165 #include "ztriangle_two.h" 167 #define STORE_Z(zpix, z) 168 #define STORE_PIX(pix, rgb, r, g, b, a) 169 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 170 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 171 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 172 #define INTERP_MIPMAP 173 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 174 #define FNAME(name) FB_triangle_zoff_coff_amore_zless_tgeneral_ ## name 175 #include "ztriangle_two.h" 177 #define STORE_Z(zpix, z) 178 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 179 #define ACMP(zb, a) 1 180 #define ZCMP(zpix, z) 1 181 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 182 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 183 #define FNAME(name) FB_triangle_zoff_csstore_anone_znone_tnearest_ ## name 184 #include "ztriangle_two.h" 186 #define STORE_Z(zpix, z) 187 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 188 #define ACMP(zb, a) 1 189 #define ZCMP(zpix, z) 1 190 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 191 #define INTERP_MIPMAP 192 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 193 #define FNAME(name) FB_triangle_zoff_csstore_anone_znone_tmipmap_ ## name 194 #include "ztriangle_two.h" 196 #define STORE_Z(zpix, z) 197 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 198 #define ACMP(zb, a) 1 199 #define ZCMP(zpix, z) 1 200 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 201 #define INTERP_MIPMAP 202 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 203 #define FNAME(name) FB_triangle_zoff_csstore_anone_znone_tgeneral_ ## name 204 #include "ztriangle_two.h" 206 #define STORE_Z(zpix, z) 207 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 208 #define ACMP(zb, a) 1 209 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 210 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 211 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 212 #define FNAME(name) FB_triangle_zoff_csstore_anone_zless_tnearest_ ## name 213 #include "ztriangle_two.h" 215 #define STORE_Z(zpix, z) 216 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 217 #define ACMP(zb, a) 1 218 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 219 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 220 #define INTERP_MIPMAP 221 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 222 #define FNAME(name) FB_triangle_zoff_csstore_anone_zless_tmipmap_ ## name 223 #include "ztriangle_two.h" 225 #define STORE_Z(zpix, z) 226 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 227 #define ACMP(zb, a) 1 228 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 229 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 230 #define INTERP_MIPMAP 231 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 232 #define FNAME(name) FB_triangle_zoff_csstore_anone_zless_tgeneral_ ## name 233 #include "ztriangle_two.h" 235 #define STORE_Z(zpix, z) 236 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 237 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 238 #define ZCMP(zpix, z) 1 239 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 240 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 241 #define FNAME(name) FB_triangle_zoff_csstore_aless_znone_tnearest_ ## name 242 #include "ztriangle_two.h" 244 #define STORE_Z(zpix, z) 245 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 246 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 247 #define ZCMP(zpix, z) 1 248 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 249 #define INTERP_MIPMAP 250 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 251 #define FNAME(name) FB_triangle_zoff_csstore_aless_znone_tmipmap_ ## name 252 #include "ztriangle_two.h" 254 #define STORE_Z(zpix, z) 255 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 256 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 257 #define ZCMP(zpix, z) 1 258 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 259 #define INTERP_MIPMAP 260 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 261 #define FNAME(name) FB_triangle_zoff_csstore_aless_znone_tgeneral_ ## name 262 #include "ztriangle_two.h" 264 #define STORE_Z(zpix, z) 265 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 266 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 267 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 268 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 269 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 270 #define FNAME(name) FB_triangle_zoff_csstore_aless_zless_tnearest_ ## name 271 #include "ztriangle_two.h" 273 #define STORE_Z(zpix, z) 274 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 275 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 276 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 277 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 278 #define INTERP_MIPMAP 279 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 280 #define FNAME(name) FB_triangle_zoff_csstore_aless_zless_tmipmap_ ## name 281 #include "ztriangle_two.h" 283 #define STORE_Z(zpix, z) 284 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 285 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 286 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 287 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 288 #define INTERP_MIPMAP 289 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 290 #define FNAME(name) FB_triangle_zoff_csstore_aless_zless_tgeneral_ ## name 291 #include "ztriangle_two.h" 293 #define STORE_Z(zpix, z) 294 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 295 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 296 #define ZCMP(zpix, z) 1 297 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 298 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 299 #define FNAME(name) FB_triangle_zoff_csstore_amore_znone_tnearest_ ## name 300 #include "ztriangle_two.h" 302 #define STORE_Z(zpix, z) 303 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 304 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 305 #define ZCMP(zpix, z) 1 306 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 307 #define INTERP_MIPMAP 308 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 309 #define FNAME(name) FB_triangle_zoff_csstore_amore_znone_tmipmap_ ## name 310 #include "ztriangle_two.h" 312 #define STORE_Z(zpix, z) 313 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 314 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 315 #define ZCMP(zpix, z) 1 316 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 317 #define INTERP_MIPMAP 318 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 319 #define FNAME(name) FB_triangle_zoff_csstore_amore_znone_tgeneral_ ## name 320 #include "ztriangle_two.h" 322 #define STORE_Z(zpix, z) 323 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 324 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 325 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 326 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 327 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 328 #define FNAME(name) FB_triangle_zoff_csstore_amore_zless_tnearest_ ## name 329 #include "ztriangle_two.h" 331 #define STORE_Z(zpix, z) 332 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 333 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 334 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 335 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 336 #define INTERP_MIPMAP 337 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 338 #define FNAME(name) FB_triangle_zoff_csstore_amore_zless_tmipmap_ ## name 339 #include "ztriangle_two.h" 341 #define STORE_Z(zpix, z) 342 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = SRGBA_TO_PIXEL(r, g, b, a) 343 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 344 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 345 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 346 #define INTERP_MIPMAP 347 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 348 #define FNAME(name) FB_triangle_zoff_csstore_amore_zless_tgeneral_ ## name 349 #include "ztriangle_two.h" 351 #define STORE_Z(zpix, z) 352 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 353 #define ACMP(zb, a) 1 354 #define ZCMP(zpix, z) 1 355 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 356 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 357 #define FNAME(name) FB_triangle_zoff_csblend_anone_znone_tnearest_ ## name 358 #include "ztriangle_two.h" 360 #define STORE_Z(zpix, z) 361 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 362 #define ACMP(zb, a) 1 363 #define ZCMP(zpix, z) 1 364 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 365 #define INTERP_MIPMAP 366 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 367 #define FNAME(name) FB_triangle_zoff_csblend_anone_znone_tmipmap_ ## name 368 #include "ztriangle_two.h" 370 #define STORE_Z(zpix, z) 371 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 372 #define ACMP(zb, a) 1 373 #define ZCMP(zpix, z) 1 374 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 375 #define INTERP_MIPMAP 376 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 377 #define FNAME(name) FB_triangle_zoff_csblend_anone_znone_tgeneral_ ## name 378 #include "ztriangle_two.h" 380 #define STORE_Z(zpix, z) 381 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 382 #define ACMP(zb, a) 1 383 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 384 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 385 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 386 #define FNAME(name) FB_triangle_zoff_csblend_anone_zless_tnearest_ ## name 387 #include "ztriangle_two.h" 389 #define STORE_Z(zpix, z) 390 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 391 #define ACMP(zb, a) 1 392 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 393 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 394 #define INTERP_MIPMAP 395 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 396 #define FNAME(name) FB_triangle_zoff_csblend_anone_zless_tmipmap_ ## name 397 #include "ztriangle_two.h" 399 #define STORE_Z(zpix, z) 400 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 401 #define ACMP(zb, a) 1 402 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 403 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 404 #define INTERP_MIPMAP 405 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 406 #define FNAME(name) FB_triangle_zoff_csblend_anone_zless_tgeneral_ ## name 407 #include "ztriangle_two.h" 409 #define STORE_Z(zpix, z) 410 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 411 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 412 #define ZCMP(zpix, z) 1 413 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 414 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 415 #define FNAME(name) FB_triangle_zoff_csblend_aless_znone_tnearest_ ## name 416 #include "ztriangle_two.h" 418 #define STORE_Z(zpix, z) 419 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 420 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 421 #define ZCMP(zpix, z) 1 422 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 423 #define INTERP_MIPMAP 424 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 425 #define FNAME(name) FB_triangle_zoff_csblend_aless_znone_tmipmap_ ## name 426 #include "ztriangle_two.h" 428 #define STORE_Z(zpix, z) 429 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 430 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 431 #define ZCMP(zpix, z) 1 432 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 433 #define INTERP_MIPMAP 434 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 435 #define FNAME(name) FB_triangle_zoff_csblend_aless_znone_tgeneral_ ## name 436 #include "ztriangle_two.h" 438 #define STORE_Z(zpix, z) 439 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 440 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 441 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 442 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 443 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 444 #define FNAME(name) FB_triangle_zoff_csblend_aless_zless_tnearest_ ## name 445 #include "ztriangle_two.h" 447 #define STORE_Z(zpix, z) 448 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 449 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 450 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 451 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 452 #define INTERP_MIPMAP 453 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 454 #define FNAME(name) FB_triangle_zoff_csblend_aless_zless_tmipmap_ ## name 455 #include "ztriangle_two.h" 457 #define STORE_Z(zpix, z) 458 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 459 #define ACMP(zb, a) (((int)(a)) < (zb)->reference_alpha) 460 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 461 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 462 #define INTERP_MIPMAP 463 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 464 #define FNAME(name) FB_triangle_zoff_csblend_aless_zless_tgeneral_ ## name 465 #include "ztriangle_two.h" 467 #define STORE_Z(zpix, z) 468 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 469 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 470 #define ZCMP(zpix, z) 1 471 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 472 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 473 #define FNAME(name) FB_triangle_zoff_csblend_amore_znone_tnearest_ ## name 474 #include "ztriangle_two.h" 476 #define STORE_Z(zpix, z) 477 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 478 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 479 #define ZCMP(zpix, z) 1 480 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 481 #define INTERP_MIPMAP 482 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 483 #define FNAME(name) FB_triangle_zoff_csblend_amore_znone_tmipmap_ ## name 484 #include "ztriangle_two.h" 486 #define STORE_Z(zpix, z) 487 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 488 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 489 #define ZCMP(zpix, z) 1 490 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 491 #define INTERP_MIPMAP 492 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 493 #define FNAME(name) FB_triangle_zoff_csblend_amore_znone_tgeneral_ ## name 494 #include "ztriangle_two.h" 496 #define STORE_Z(zpix, z) 497 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 498 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 499 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 500 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 501 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_NEAREST(texture_def, s, t) 502 #define FNAME(name) FB_triangle_zoff_csblend_amore_zless_tnearest_ ## name 503 #include "ztriangle_two.h" 505 #define STORE_Z(zpix, z) 506 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 507 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 508 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 509 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 510 #define INTERP_MIPMAP 511 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ZB_LOOKUP_TEXTURE_MIPMAP_NEAREST(texture_def, s, t, level) 512 #define FNAME(name) FB_triangle_zoff_csblend_amore_zless_tmipmap_ ## name 513 #include "ztriangle_two.h" 515 #define STORE_Z(zpix, z) 516 #define STORE_PIX(pix, rgb, r, g, b, a) (pix) = PIXEL_BLEND_SRGB(pix, r, g, b, a) 517 #define ACMP(zb, a) (((int)(a)) > (zb)->reference_alpha) 518 #define ZCMP(zpix, z) ((ZPOINT)(zpix) < (ZPOINT)(z)) 519 #define CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) DO_CALC_MIPMAP_LEVEL(mipmap_level, mipmap_dx, dsdx, dtdx) 520 #define INTERP_MIPMAP 521 #define ZB_LOOKUP_TEXTURE(texture_def, s, t, level, level_dx) ((level == 0) ? (texture_def)->tex_magfilter_func(texture_def, s, t, level, level_dx) : (texture_def)->tex_minfilter_func(texture_def, s, t, level, level_dx)) 522 #define FNAME(name) FB_triangle_zoff_csblend_amore_zless_tgeneral_ ## name 523 #include "ztriangle_two.h" 526 ZB_fillTriangleFunc ztriangle_code_4[810] = {
527 FB_triangle_zoff_coff_anone_znone_tnearest_white_untextured,
528 FB_triangle_zoff_coff_anone_znone_tnearest_white_textured,
529 FB_triangle_zoff_coff_anone_znone_tnearest_white_perspective,
530 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_multitex2,
531 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_multitex3,
532 FB_triangle_zoff_coff_anone_znone_tnearest_flat_untextured,
533 FB_triangle_zoff_coff_anone_znone_tnearest_flat_textured,
534 FB_triangle_zoff_coff_anone_znone_tnearest_flat_perspective,
535 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_multitex2,
536 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_multitex3,
537 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_untextured,
538 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_textured,
539 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_perspective,
540 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_multitex2,
541 FB_triangle_zoff_coff_anone_znone_tnearest_smooth_multitex3,
542 FB_triangle_zoff_coff_anone_znone_tmipmap_white_untextured,
543 FB_triangle_zoff_coff_anone_znone_tmipmap_white_textured,
544 FB_triangle_zoff_coff_anone_znone_tmipmap_white_perspective,
545 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_multitex2,
546 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_multitex3,
547 FB_triangle_zoff_coff_anone_znone_tmipmap_flat_untextured,
548 FB_triangle_zoff_coff_anone_znone_tmipmap_flat_textured,
549 FB_triangle_zoff_coff_anone_znone_tmipmap_flat_perspective,
550 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_multitex2,
551 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_multitex3,
552 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_untextured,
553 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_textured,
554 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_perspective,
555 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_multitex2,
556 FB_triangle_zoff_coff_anone_znone_tmipmap_smooth_multitex3,
557 FB_triangle_zoff_coff_anone_znone_tgeneral_white_untextured,
558 FB_triangle_zoff_coff_anone_znone_tgeneral_white_textured,
559 FB_triangle_zoff_coff_anone_znone_tgeneral_white_perspective,
560 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_multitex2,
561 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_multitex3,
562 FB_triangle_zoff_coff_anone_znone_tgeneral_flat_untextured,
563 FB_triangle_zoff_coff_anone_znone_tgeneral_flat_textured,
564 FB_triangle_zoff_coff_anone_znone_tgeneral_flat_perspective,
565 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_multitex2,
566 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_multitex3,
567 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_untextured,
568 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_textured,
569 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_perspective,
570 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_multitex2,
571 FB_triangle_zoff_coff_anone_znone_tgeneral_smooth_multitex3,
572 FB_triangle_zoff_coff_anone_zless_tnearest_white_untextured,
573 FB_triangle_zoff_coff_anone_zless_tnearest_white_textured,
574 FB_triangle_zoff_coff_anone_zless_tnearest_white_perspective,
575 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_multitex2,
576 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_multitex3,
577 FB_triangle_zoff_coff_anone_zless_tnearest_flat_untextured,
578 FB_triangle_zoff_coff_anone_zless_tnearest_flat_textured,
579 FB_triangle_zoff_coff_anone_zless_tnearest_flat_perspective,
580 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_multitex2,
581 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_multitex3,
582 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_untextured,
583 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_textured,
584 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_perspective,
585 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_multitex2,
586 FB_triangle_zoff_coff_anone_zless_tnearest_smooth_multitex3,
587 FB_triangle_zoff_coff_anone_zless_tmipmap_white_untextured,
588 FB_triangle_zoff_coff_anone_zless_tmipmap_white_textured,
589 FB_triangle_zoff_coff_anone_zless_tmipmap_white_perspective,
590 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_multitex2,
591 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_multitex3,
592 FB_triangle_zoff_coff_anone_zless_tmipmap_flat_untextured,
593 FB_triangle_zoff_coff_anone_zless_tmipmap_flat_textured,
594 FB_triangle_zoff_coff_anone_zless_tmipmap_flat_perspective,
595 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_multitex2,
596 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_multitex3,
597 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_untextured,
598 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_textured,
599 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_perspective,
600 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_multitex2,
601 FB_triangle_zoff_coff_anone_zless_tmipmap_smooth_multitex3,
602 FB_triangle_zoff_coff_anone_zless_tgeneral_white_untextured,
603 FB_triangle_zoff_coff_anone_zless_tgeneral_white_textured,
604 FB_triangle_zoff_coff_anone_zless_tgeneral_white_perspective,
605 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_multitex2,
606 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_multitex3,
607 FB_triangle_zoff_coff_anone_zless_tgeneral_flat_untextured,
608 FB_triangle_zoff_coff_anone_zless_tgeneral_flat_textured,
609 FB_triangle_zoff_coff_anone_zless_tgeneral_flat_perspective,
610 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_multitex2,
611 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_multitex3,
612 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_untextured,
613 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_textured,
614 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_perspective,
615 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_multitex2,
616 FB_triangle_zoff_coff_anone_zless_tgeneral_smooth_multitex3,
617 FB_triangle_zoff_coff_aless_znone_tnearest_white_untextured,
618 FB_triangle_zoff_coff_aless_znone_tnearest_white_textured,
619 FB_triangle_zoff_coff_aless_znone_tnearest_white_perspective,
620 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_multitex2,
621 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_multitex3,
622 FB_triangle_zoff_coff_aless_znone_tnearest_flat_untextured,
623 FB_triangle_zoff_coff_aless_znone_tnearest_flat_textured,
624 FB_triangle_zoff_coff_aless_znone_tnearest_flat_perspective,
625 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_multitex2,
626 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_multitex3,
627 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_untextured,
628 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_textured,
629 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_perspective,
630 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_multitex2,
631 FB_triangle_zoff_coff_aless_znone_tnearest_smooth_multitex3,
632 FB_triangle_zoff_coff_aless_znone_tmipmap_white_untextured,
633 FB_triangle_zoff_coff_aless_znone_tmipmap_white_textured,
634 FB_triangle_zoff_coff_aless_znone_tmipmap_white_perspective,
635 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_multitex2,
636 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_multitex3,
637 FB_triangle_zoff_coff_aless_znone_tmipmap_flat_untextured,
638 FB_triangle_zoff_coff_aless_znone_tmipmap_flat_textured,
639 FB_triangle_zoff_coff_aless_znone_tmipmap_flat_perspective,
640 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_multitex2,
641 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_multitex3,
642 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_untextured,
643 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_textured,
644 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_perspective,
645 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_multitex2,
646 FB_triangle_zoff_coff_aless_znone_tmipmap_smooth_multitex3,
647 FB_triangle_zoff_coff_aless_znone_tgeneral_white_untextured,
648 FB_triangle_zoff_coff_aless_znone_tgeneral_white_textured,
649 FB_triangle_zoff_coff_aless_znone_tgeneral_white_perspective,
650 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_multitex2,
651 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_multitex3,
652 FB_triangle_zoff_coff_aless_znone_tgeneral_flat_untextured,
653 FB_triangle_zoff_coff_aless_znone_tgeneral_flat_textured,
654 FB_triangle_zoff_coff_aless_znone_tgeneral_flat_perspective,
655 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_multitex2,
656 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_multitex3,
657 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_untextured,
658 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_textured,
659 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_perspective,
660 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_multitex2,
661 FB_triangle_zoff_coff_aless_znone_tgeneral_smooth_multitex3,
662 FB_triangle_zoff_coff_aless_zless_tnearest_white_untextured,
663 FB_triangle_zoff_coff_aless_zless_tnearest_white_textured,
664 FB_triangle_zoff_coff_aless_zless_tnearest_white_perspective,
665 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_multitex2,
666 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_multitex3,
667 FB_triangle_zoff_coff_aless_zless_tnearest_flat_untextured,
668 FB_triangle_zoff_coff_aless_zless_tnearest_flat_textured,
669 FB_triangle_zoff_coff_aless_zless_tnearest_flat_perspective,
670 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_multitex2,
671 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_multitex3,
672 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_untextured,
673 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_textured,
674 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_perspective,
675 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_multitex2,
676 FB_triangle_zoff_coff_aless_zless_tnearest_smooth_multitex3,
677 FB_triangle_zoff_coff_aless_zless_tmipmap_white_untextured,
678 FB_triangle_zoff_coff_aless_zless_tmipmap_white_textured,
679 FB_triangle_zoff_coff_aless_zless_tmipmap_white_perspective,
680 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_multitex2,
681 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_multitex3,
682 FB_triangle_zoff_coff_aless_zless_tmipmap_flat_untextured,
683 FB_triangle_zoff_coff_aless_zless_tmipmap_flat_textured,
684 FB_triangle_zoff_coff_aless_zless_tmipmap_flat_perspective,
685 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_multitex2,
686 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_multitex3,
687 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_untextured,
688 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_textured,
689 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_perspective,
690 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_multitex2,
691 FB_triangle_zoff_coff_aless_zless_tmipmap_smooth_multitex3,
692 FB_triangle_zoff_coff_aless_zless_tgeneral_white_untextured,
693 FB_triangle_zoff_coff_aless_zless_tgeneral_white_textured,
694 FB_triangle_zoff_coff_aless_zless_tgeneral_white_perspective,
695 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_multitex2,
696 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_multitex3,
697 FB_triangle_zoff_coff_aless_zless_tgeneral_flat_untextured,
698 FB_triangle_zoff_coff_aless_zless_tgeneral_flat_textured,
699 FB_triangle_zoff_coff_aless_zless_tgeneral_flat_perspective,
700 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_multitex2,
701 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_multitex3,
702 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_untextured,
703 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_textured,
704 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_perspective,
705 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_multitex2,
706 FB_triangle_zoff_coff_aless_zless_tgeneral_smooth_multitex3,
707 FB_triangle_zoff_coff_amore_znone_tnearest_white_untextured,
708 FB_triangle_zoff_coff_amore_znone_tnearest_white_textured,
709 FB_triangle_zoff_coff_amore_znone_tnearest_white_perspective,
710 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_multitex2,
711 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_multitex3,
712 FB_triangle_zoff_coff_amore_znone_tnearest_flat_untextured,
713 FB_triangle_zoff_coff_amore_znone_tnearest_flat_textured,
714 FB_triangle_zoff_coff_amore_znone_tnearest_flat_perspective,
715 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_multitex2,
716 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_multitex3,
717 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_untextured,
718 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_textured,
719 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_perspective,
720 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_multitex2,
721 FB_triangle_zoff_coff_amore_znone_tnearest_smooth_multitex3,
722 FB_triangle_zoff_coff_amore_znone_tmipmap_white_untextured,
723 FB_triangle_zoff_coff_amore_znone_tmipmap_white_textured,
724 FB_triangle_zoff_coff_amore_znone_tmipmap_white_perspective,
725 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_multitex2,
726 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_multitex3,
727 FB_triangle_zoff_coff_amore_znone_tmipmap_flat_untextured,
728 FB_triangle_zoff_coff_amore_znone_tmipmap_flat_textured,
729 FB_triangle_zoff_coff_amore_znone_tmipmap_flat_perspective,
730 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_multitex2,
731 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_multitex3,
732 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_untextured,
733 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_textured,
734 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_perspective,
735 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_multitex2,
736 FB_triangle_zoff_coff_amore_znone_tmipmap_smooth_multitex3,
737 FB_triangle_zoff_coff_amore_znone_tgeneral_white_untextured,
738 FB_triangle_zoff_coff_amore_znone_tgeneral_white_textured,
739 FB_triangle_zoff_coff_amore_znone_tgeneral_white_perspective,
740 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_multitex2,
741 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_multitex3,
742 FB_triangle_zoff_coff_amore_znone_tgeneral_flat_untextured,
743 FB_triangle_zoff_coff_amore_znone_tgeneral_flat_textured,
744 FB_triangle_zoff_coff_amore_znone_tgeneral_flat_perspective,
745 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_multitex2,
746 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_multitex3,
747 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_untextured,
748 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_textured,
749 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_perspective,
750 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_multitex2,
751 FB_triangle_zoff_coff_amore_znone_tgeneral_smooth_multitex3,
752 FB_triangle_zoff_coff_amore_zless_tnearest_white_untextured,
753 FB_triangle_zoff_coff_amore_zless_tnearest_white_textured,
754 FB_triangle_zoff_coff_amore_zless_tnearest_white_perspective,
755 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_multitex2,
756 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_multitex3,
757 FB_triangle_zoff_coff_amore_zless_tnearest_flat_untextured,
758 FB_triangle_zoff_coff_amore_zless_tnearest_flat_textured,
759 FB_triangle_zoff_coff_amore_zless_tnearest_flat_perspective,
760 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_multitex2,
761 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_multitex3,
762 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_untextured,
763 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_textured,
764 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_perspective,
765 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_multitex2,
766 FB_triangle_zoff_coff_amore_zless_tnearest_smooth_multitex3,
767 FB_triangle_zoff_coff_amore_zless_tmipmap_white_untextured,
768 FB_triangle_zoff_coff_amore_zless_tmipmap_white_textured,
769 FB_triangle_zoff_coff_amore_zless_tmipmap_white_perspective,
770 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_multitex2,
771 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_multitex3,
772 FB_triangle_zoff_coff_amore_zless_tmipmap_flat_untextured,
773 FB_triangle_zoff_coff_amore_zless_tmipmap_flat_textured,
774 FB_triangle_zoff_coff_amore_zless_tmipmap_flat_perspective,
775 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_multitex2,
776 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_multitex3,
777 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_untextured,
778 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_textured,
779 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_perspective,
780 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_multitex2,
781 FB_triangle_zoff_coff_amore_zless_tmipmap_smooth_multitex3,
782 FB_triangle_zoff_coff_amore_zless_tgeneral_white_untextured,
783 FB_triangle_zoff_coff_amore_zless_tgeneral_white_textured,
784 FB_triangle_zoff_coff_amore_zless_tgeneral_white_perspective,
785 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_multitex2,
786 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_multitex3,
787 FB_triangle_zoff_coff_amore_zless_tgeneral_flat_untextured,
788 FB_triangle_zoff_coff_amore_zless_tgeneral_flat_textured,
789 FB_triangle_zoff_coff_amore_zless_tgeneral_flat_perspective,
790 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_multitex2,
791 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_multitex3,
792 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_untextured,
793 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_textured,
794 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_perspective,
795 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_multitex2,
796 FB_triangle_zoff_coff_amore_zless_tgeneral_smooth_multitex3,
797 FB_triangle_zoff_csstore_anone_znone_tnearest_white_untextured,
798 FB_triangle_zoff_csstore_anone_znone_tnearest_white_textured,
799 FB_triangle_zoff_csstore_anone_znone_tnearest_white_perspective,
800 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_multitex2,
801 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_multitex3,
802 FB_triangle_zoff_csstore_anone_znone_tnearest_flat_untextured,
803 FB_triangle_zoff_csstore_anone_znone_tnearest_flat_textured,
804 FB_triangle_zoff_csstore_anone_znone_tnearest_flat_perspective,
805 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_multitex2,
806 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_multitex3,
807 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_untextured,
808 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_textured,
809 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_perspective,
810 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_multitex2,
811 FB_triangle_zoff_csstore_anone_znone_tnearest_smooth_multitex3,
812 FB_triangle_zoff_csstore_anone_znone_tmipmap_white_untextured,
813 FB_triangle_zoff_csstore_anone_znone_tmipmap_white_textured,
814 FB_triangle_zoff_csstore_anone_znone_tmipmap_white_perspective,
815 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_multitex2,
816 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_multitex3,
817 FB_triangle_zoff_csstore_anone_znone_tmipmap_flat_untextured,
818 FB_triangle_zoff_csstore_anone_znone_tmipmap_flat_textured,
819 FB_triangle_zoff_csstore_anone_znone_tmipmap_flat_perspective,
820 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_multitex2,
821 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_multitex3,
822 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_untextured,
823 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_textured,
824 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_perspective,
825 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_multitex2,
826 FB_triangle_zoff_csstore_anone_znone_tmipmap_smooth_multitex3,
827 FB_triangle_zoff_csstore_anone_znone_tgeneral_white_untextured,
828 FB_triangle_zoff_csstore_anone_znone_tgeneral_white_textured,
829 FB_triangle_zoff_csstore_anone_znone_tgeneral_white_perspective,
830 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_multitex2,
831 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_multitex3,
832 FB_triangle_zoff_csstore_anone_znone_tgeneral_flat_untextured,
833 FB_triangle_zoff_csstore_anone_znone_tgeneral_flat_textured,
834 FB_triangle_zoff_csstore_anone_znone_tgeneral_flat_perspective,
835 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_multitex2,
836 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_multitex3,
837 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_untextured,
838 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_textured,
839 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_perspective,
840 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_multitex2,
841 FB_triangle_zoff_csstore_anone_znone_tgeneral_smooth_multitex3,
842 FB_triangle_zoff_csstore_anone_zless_tnearest_white_untextured,
843 FB_triangle_zoff_csstore_anone_zless_tnearest_white_textured,
844 FB_triangle_zoff_csstore_anone_zless_tnearest_white_perspective,
845 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_multitex2,
846 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_multitex3,
847 FB_triangle_zoff_csstore_anone_zless_tnearest_flat_untextured,
848 FB_triangle_zoff_csstore_anone_zless_tnearest_flat_textured,
849 FB_triangle_zoff_csstore_anone_zless_tnearest_flat_perspective,
850 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_multitex2,
851 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_multitex3,
852 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_untextured,
853 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_textured,
854 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_perspective,
855 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_multitex2,
856 FB_triangle_zoff_csstore_anone_zless_tnearest_smooth_multitex3,
857 FB_triangle_zoff_csstore_anone_zless_tmipmap_white_untextured,
858 FB_triangle_zoff_csstore_anone_zless_tmipmap_white_textured,
859 FB_triangle_zoff_csstore_anone_zless_tmipmap_white_perspective,
860 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_multitex2,
861 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_multitex3,
862 FB_triangle_zoff_csstore_anone_zless_tmipmap_flat_untextured,
863 FB_triangle_zoff_csstore_anone_zless_tmipmap_flat_textured,
864 FB_triangle_zoff_csstore_anone_zless_tmipmap_flat_perspective,
865 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_multitex2,
866 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_multitex3,
867 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_untextured,
868 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_textured,
869 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_perspective,
870 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_multitex2,
871 FB_triangle_zoff_csstore_anone_zless_tmipmap_smooth_multitex3,
872 FB_triangle_zoff_csstore_anone_zless_tgeneral_white_untextured,
873 FB_triangle_zoff_csstore_anone_zless_tgeneral_white_textured,
874 FB_triangle_zoff_csstore_anone_zless_tgeneral_white_perspective,
875 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_multitex2,
876 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_multitex3,
877 FB_triangle_zoff_csstore_anone_zless_tgeneral_flat_untextured,
878 FB_triangle_zoff_csstore_anone_zless_tgeneral_flat_textured,
879 FB_triangle_zoff_csstore_anone_zless_tgeneral_flat_perspective,
880 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_multitex2,
881 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_multitex3,
882 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_untextured,
883 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_textured,
884 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_perspective,
885 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_multitex2,
886 FB_triangle_zoff_csstore_anone_zless_tgeneral_smooth_multitex3,
887 FB_triangle_zoff_csstore_aless_znone_tnearest_white_untextured,
888 FB_triangle_zoff_csstore_aless_znone_tnearest_white_textured,
889 FB_triangle_zoff_csstore_aless_znone_tnearest_white_perspective,
890 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_multitex2,
891 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_multitex3,
892 FB_triangle_zoff_csstore_aless_znone_tnearest_flat_untextured,
893 FB_triangle_zoff_csstore_aless_znone_tnearest_flat_textured,
894 FB_triangle_zoff_csstore_aless_znone_tnearest_flat_perspective,
895 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_multitex2,
896 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_multitex3,
897 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_untextured,
898 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_textured,
899 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_perspective,
900 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_multitex2,
901 FB_triangle_zoff_csstore_aless_znone_tnearest_smooth_multitex3,
902 FB_triangle_zoff_csstore_aless_znone_tmipmap_white_untextured,
903 FB_triangle_zoff_csstore_aless_znone_tmipmap_white_textured,
904 FB_triangle_zoff_csstore_aless_znone_tmipmap_white_perspective,
905 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_multitex2,
906 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_multitex3,
907 FB_triangle_zoff_csstore_aless_znone_tmipmap_flat_untextured,
908 FB_triangle_zoff_csstore_aless_znone_tmipmap_flat_textured,
909 FB_triangle_zoff_csstore_aless_znone_tmipmap_flat_perspective,
910 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_multitex2,
911 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_multitex3,
912 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_untextured,
913 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_textured,
914 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_perspective,
915 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_multitex2,
916 FB_triangle_zoff_csstore_aless_znone_tmipmap_smooth_multitex3,
917 FB_triangle_zoff_csstore_aless_znone_tgeneral_white_untextured,
918 FB_triangle_zoff_csstore_aless_znone_tgeneral_white_textured,
919 FB_triangle_zoff_csstore_aless_znone_tgeneral_white_perspective,
920 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_multitex2,
921 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_multitex3,
922 FB_triangle_zoff_csstore_aless_znone_tgeneral_flat_untextured,
923 FB_triangle_zoff_csstore_aless_znone_tgeneral_flat_textured,
924 FB_triangle_zoff_csstore_aless_znone_tgeneral_flat_perspective,
925 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_multitex2,
926 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_multitex3,
927 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_untextured,
928 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_textured,
929 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_perspective,
930 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_multitex2,
931 FB_triangle_zoff_csstore_aless_znone_tgeneral_smooth_multitex3,
932 FB_triangle_zoff_csstore_aless_zless_tnearest_white_untextured,
933 FB_triangle_zoff_csstore_aless_zless_tnearest_white_textured,
934 FB_triangle_zoff_csstore_aless_zless_tnearest_white_perspective,
935 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_multitex2,
936 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_multitex3,
937 FB_triangle_zoff_csstore_aless_zless_tnearest_flat_untextured,
938 FB_triangle_zoff_csstore_aless_zless_tnearest_flat_textured,
939 FB_triangle_zoff_csstore_aless_zless_tnearest_flat_perspective,
940 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_multitex2,
941 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_multitex3,
942 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_untextured,
943 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_textured,
944 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_perspective,
945 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_multitex2,
946 FB_triangle_zoff_csstore_aless_zless_tnearest_smooth_multitex3,
947 FB_triangle_zoff_csstore_aless_zless_tmipmap_white_untextured,
948 FB_triangle_zoff_csstore_aless_zless_tmipmap_white_textured,
949 FB_triangle_zoff_csstore_aless_zless_tmipmap_white_perspective,
950 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_multitex2,
951 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_multitex3,
952 FB_triangle_zoff_csstore_aless_zless_tmipmap_flat_untextured,
953 FB_triangle_zoff_csstore_aless_zless_tmipmap_flat_textured,
954 FB_triangle_zoff_csstore_aless_zless_tmipmap_flat_perspective,
955 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_multitex2,
956 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_multitex3,
957 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_untextured,
958 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_textured,
959 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_perspective,
960 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_multitex2,
961 FB_triangle_zoff_csstore_aless_zless_tmipmap_smooth_multitex3,
962 FB_triangle_zoff_csstore_aless_zless_tgeneral_white_untextured,
963 FB_triangle_zoff_csstore_aless_zless_tgeneral_white_textured,
964 FB_triangle_zoff_csstore_aless_zless_tgeneral_white_perspective,
965 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_multitex2,
966 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_multitex3,
967 FB_triangle_zoff_csstore_aless_zless_tgeneral_flat_untextured,
968 FB_triangle_zoff_csstore_aless_zless_tgeneral_flat_textured,
969 FB_triangle_zoff_csstore_aless_zless_tgeneral_flat_perspective,
970 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_multitex2,
971 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_multitex3,
972 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_untextured,
973 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_textured,
974 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_perspective,
975 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_multitex2,
976 FB_triangle_zoff_csstore_aless_zless_tgeneral_smooth_multitex3,
977 FB_triangle_zoff_csstore_amore_znone_tnearest_white_untextured,
978 FB_triangle_zoff_csstore_amore_znone_tnearest_white_textured,
979 FB_triangle_zoff_csstore_amore_znone_tnearest_white_perspective,
980 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_multitex2,
981 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_multitex3,
982 FB_triangle_zoff_csstore_amore_znone_tnearest_flat_untextured,
983 FB_triangle_zoff_csstore_amore_znone_tnearest_flat_textured,
984 FB_triangle_zoff_csstore_amore_znone_tnearest_flat_perspective,
985 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_multitex2,
986 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_multitex3,
987 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_untextured,
988 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_textured,
989 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_perspective,
990 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_multitex2,
991 FB_triangle_zoff_csstore_amore_znone_tnearest_smooth_multitex3,
992 FB_triangle_zoff_csstore_amore_znone_tmipmap_white_untextured,
993 FB_triangle_zoff_csstore_amore_znone_tmipmap_white_textured,
994 FB_triangle_zoff_csstore_amore_znone_tmipmap_white_perspective,
995 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_multitex2,
996 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_multitex3,
997 FB_triangle_zoff_csstore_amore_znone_tmipmap_flat_untextured,
998 FB_triangle_zoff_csstore_amore_znone_tmipmap_flat_textured,
999 FB_triangle_zoff_csstore_amore_znone_tmipmap_flat_perspective,
1000 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_multitex2,
1001 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_multitex3,
1002 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_untextured,
1003 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_textured,
1004 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_perspective,
1005 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_multitex2,
1006 FB_triangle_zoff_csstore_amore_znone_tmipmap_smooth_multitex3,
1007 FB_triangle_zoff_csstore_amore_znone_tgeneral_white_untextured,
1008 FB_triangle_zoff_csstore_amore_znone_tgeneral_white_textured,
1009 FB_triangle_zoff_csstore_amore_znone_tgeneral_white_perspective,
1010 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_multitex2,
1011 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_multitex3,
1012 FB_triangle_zoff_csstore_amore_znone_tgeneral_flat_untextured,
1013 FB_triangle_zoff_csstore_amore_znone_tgeneral_flat_textured,
1014 FB_triangle_zoff_csstore_amore_znone_tgeneral_flat_perspective,
1015 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_multitex2,
1016 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_multitex3,
1017 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_untextured,
1018 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_textured,
1019 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_perspective,
1020 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_multitex2,
1021 FB_triangle_zoff_csstore_amore_znone_tgeneral_smooth_multitex3,
1022 FB_triangle_zoff_csstore_amore_zless_tnearest_white_untextured,
1023 FB_triangle_zoff_csstore_amore_zless_tnearest_white_textured,
1024 FB_triangle_zoff_csstore_amore_zless_tnearest_white_perspective,
1025 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_multitex2,
1026 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_multitex3,
1027 FB_triangle_zoff_csstore_amore_zless_tnearest_flat_untextured,
1028 FB_triangle_zoff_csstore_amore_zless_tnearest_flat_textured,
1029 FB_triangle_zoff_csstore_amore_zless_tnearest_flat_perspective,
1030 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_multitex2,
1031 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_multitex3,
1032 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_untextured,
1033 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_textured,
1034 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_perspective,
1035 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_multitex2,
1036 FB_triangle_zoff_csstore_amore_zless_tnearest_smooth_multitex3,
1037 FB_triangle_zoff_csstore_amore_zless_tmipmap_white_untextured,
1038 FB_triangle_zoff_csstore_amore_zless_tmipmap_white_textured,
1039 FB_triangle_zoff_csstore_amore_zless_tmipmap_white_perspective,
1040 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_multitex2,
1041 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_multitex3,
1042 FB_triangle_zoff_csstore_amore_zless_tmipmap_flat_untextured,
1043 FB_triangle_zoff_csstore_amore_zless_tmipmap_flat_textured,
1044 FB_triangle_zoff_csstore_amore_zless_tmipmap_flat_perspective,
1045 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_multitex2,
1046 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_multitex3,
1047 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_untextured,
1048 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_textured,
1049 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_perspective,
1050 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_multitex2,
1051 FB_triangle_zoff_csstore_amore_zless_tmipmap_smooth_multitex3,
1052 FB_triangle_zoff_csstore_amore_zless_tgeneral_white_untextured,
1053 FB_triangle_zoff_csstore_amore_zless_tgeneral_white_textured,
1054 FB_triangle_zoff_csstore_amore_zless_tgeneral_white_perspective,
1055 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_multitex2,
1056 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_multitex3,
1057 FB_triangle_zoff_csstore_amore_zless_tgeneral_flat_untextured,
1058 FB_triangle_zoff_csstore_amore_zless_tgeneral_flat_textured,
1059 FB_triangle_zoff_csstore_amore_zless_tgeneral_flat_perspective,
1060 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_multitex2,
1061 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_multitex3,
1062 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_untextured,
1063 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_textured,
1064 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_perspective,
1065 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_multitex2,
1066 FB_triangle_zoff_csstore_amore_zless_tgeneral_smooth_multitex3,
1067 FB_triangle_zoff_csblend_anone_znone_tnearest_white_untextured,
1068 FB_triangle_zoff_csblend_anone_znone_tnearest_white_textured,
1069 FB_triangle_zoff_csblend_anone_znone_tnearest_white_perspective,
1070 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_multitex2,
1071 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_multitex3,
1072 FB_triangle_zoff_csblend_anone_znone_tnearest_flat_untextured,
1073 FB_triangle_zoff_csblend_anone_znone_tnearest_flat_textured,
1074 FB_triangle_zoff_csblend_anone_znone_tnearest_flat_perspective,
1075 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_multitex2,
1076 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_multitex3,
1077 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_untextured,
1078 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_textured,
1079 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_perspective,
1080 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_multitex2,
1081 FB_triangle_zoff_csblend_anone_znone_tnearest_smooth_multitex3,
1082 FB_triangle_zoff_csblend_anone_znone_tmipmap_white_untextured,
1083 FB_triangle_zoff_csblend_anone_znone_tmipmap_white_textured,
1084 FB_triangle_zoff_csblend_anone_znone_tmipmap_white_perspective,
1085 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_multitex2,
1086 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_multitex3,
1087 FB_triangle_zoff_csblend_anone_znone_tmipmap_flat_untextured,
1088 FB_triangle_zoff_csblend_anone_znone_tmipmap_flat_textured,
1089 FB_triangle_zoff_csblend_anone_znone_tmipmap_flat_perspective,
1090 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_multitex2,
1091 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_multitex3,
1092 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_untextured,
1093 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_textured,
1094 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_perspective,
1095 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_multitex2,
1096 FB_triangle_zoff_csblend_anone_znone_tmipmap_smooth_multitex3,
1097 FB_triangle_zoff_csblend_anone_znone_tgeneral_white_untextured,
1098 FB_triangle_zoff_csblend_anone_znone_tgeneral_white_textured,
1099 FB_triangle_zoff_csblend_anone_znone_tgeneral_white_perspective,
1100 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_multitex2,
1101 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_multitex3,
1102 FB_triangle_zoff_csblend_anone_znone_tgeneral_flat_untextured,
1103 FB_triangle_zoff_csblend_anone_znone_tgeneral_flat_textured,
1104 FB_triangle_zoff_csblend_anone_znone_tgeneral_flat_perspective,
1105 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_multitex2,
1106 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_multitex3,
1107 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_untextured,
1108 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_textured,
1109 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_perspective,
1110 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_multitex2,
1111 FB_triangle_zoff_csblend_anone_znone_tgeneral_smooth_multitex3,
1112 FB_triangle_zoff_csblend_anone_zless_tnearest_white_untextured,
1113 FB_triangle_zoff_csblend_anone_zless_tnearest_white_textured,
1114 FB_triangle_zoff_csblend_anone_zless_tnearest_white_perspective,
1115 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_multitex2,
1116 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_multitex3,
1117 FB_triangle_zoff_csblend_anone_zless_tnearest_flat_untextured,
1118 FB_triangle_zoff_csblend_anone_zless_tnearest_flat_textured,
1119 FB_triangle_zoff_csblend_anone_zless_tnearest_flat_perspective,
1120 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_multitex2,
1121 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_multitex3,
1122 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_untextured,
1123 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_textured,
1124 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_perspective,
1125 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_multitex2,
1126 FB_triangle_zoff_csblend_anone_zless_tnearest_smooth_multitex3,
1127 FB_triangle_zoff_csblend_anone_zless_tmipmap_white_untextured,
1128 FB_triangle_zoff_csblend_anone_zless_tmipmap_white_textured,
1129 FB_triangle_zoff_csblend_anone_zless_tmipmap_white_perspective,
1130 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_multitex2,
1131 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_multitex3,
1132 FB_triangle_zoff_csblend_anone_zless_tmipmap_flat_untextured,
1133 FB_triangle_zoff_csblend_anone_zless_tmipmap_flat_textured,
1134 FB_triangle_zoff_csblend_anone_zless_tmipmap_flat_perspective,
1135 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_multitex2,
1136 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_multitex3,
1137 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_untextured,
1138 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_textured,
1139 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_perspective,
1140 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_multitex2,
1141 FB_triangle_zoff_csblend_anone_zless_tmipmap_smooth_multitex3,
1142 FB_triangle_zoff_csblend_anone_zless_tgeneral_white_untextured,
1143 FB_triangle_zoff_csblend_anone_zless_tgeneral_white_textured,
1144 FB_triangle_zoff_csblend_anone_zless_tgeneral_white_perspective,
1145 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_multitex2,
1146 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_multitex3,
1147 FB_triangle_zoff_csblend_anone_zless_tgeneral_flat_untextured,
1148 FB_triangle_zoff_csblend_anone_zless_tgeneral_flat_textured,
1149 FB_triangle_zoff_csblend_anone_zless_tgeneral_flat_perspective,
1150 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_multitex2,
1151 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_multitex3,
1152 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_untextured,
1153 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_textured,
1154 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_perspective,
1155 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_multitex2,
1156 FB_triangle_zoff_csblend_anone_zless_tgeneral_smooth_multitex3,
1157 FB_triangle_zoff_csblend_aless_znone_tnearest_white_untextured,
1158 FB_triangle_zoff_csblend_aless_znone_tnearest_white_textured,
1159 FB_triangle_zoff_csblend_aless_znone_tnearest_white_perspective,
1160 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_multitex2,
1161 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_multitex3,
1162 FB_triangle_zoff_csblend_aless_znone_tnearest_flat_untextured,
1163 FB_triangle_zoff_csblend_aless_znone_tnearest_flat_textured,
1164 FB_triangle_zoff_csblend_aless_znone_tnearest_flat_perspective,
1165 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_multitex2,
1166 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_multitex3,
1167 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_untextured,
1168 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_textured,
1169 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_perspective,
1170 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_multitex2,
1171 FB_triangle_zoff_csblend_aless_znone_tnearest_smooth_multitex3,
1172 FB_triangle_zoff_csblend_aless_znone_tmipmap_white_untextured,
1173 FB_triangle_zoff_csblend_aless_znone_tmipmap_white_textured,
1174 FB_triangle_zoff_csblend_aless_znone_tmipmap_white_perspective,
1175 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_multitex2,
1176 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_multitex3,
1177 FB_triangle_zoff_csblend_aless_znone_tmipmap_flat_untextured,
1178 FB_triangle_zoff_csblend_aless_znone_tmipmap_flat_textured,
1179 FB_triangle_zoff_csblend_aless_znone_tmipmap_flat_perspective,
1180 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_multitex2,
1181 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_multitex3,
1182 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_untextured,
1183 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_textured,
1184 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_perspective,
1185 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_multitex2,
1186 FB_triangle_zoff_csblend_aless_znone_tmipmap_smooth_multitex3,
1187 FB_triangle_zoff_csblend_aless_znone_tgeneral_white_untextured,
1188 FB_triangle_zoff_csblend_aless_znone_tgeneral_white_textured,
1189 FB_triangle_zoff_csblend_aless_znone_tgeneral_white_perspective,
1190 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_multitex2,
1191 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_multitex3,
1192 FB_triangle_zoff_csblend_aless_znone_tgeneral_flat_untextured,
1193 FB_triangle_zoff_csblend_aless_znone_tgeneral_flat_textured,
1194 FB_triangle_zoff_csblend_aless_znone_tgeneral_flat_perspective,
1195 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_multitex2,
1196 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_multitex3,
1197 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_untextured,
1198 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_textured,
1199 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_perspective,
1200 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_multitex2,
1201 FB_triangle_zoff_csblend_aless_znone_tgeneral_smooth_multitex3,
1202 FB_triangle_zoff_csblend_aless_zless_tnearest_white_untextured,
1203 FB_triangle_zoff_csblend_aless_zless_tnearest_white_textured,
1204 FB_triangle_zoff_csblend_aless_zless_tnearest_white_perspective,
1205 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_multitex2,
1206 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_multitex3,
1207 FB_triangle_zoff_csblend_aless_zless_tnearest_flat_untextured,
1208 FB_triangle_zoff_csblend_aless_zless_tnearest_flat_textured,
1209 FB_triangle_zoff_csblend_aless_zless_tnearest_flat_perspective,
1210 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_multitex2,
1211 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_multitex3,
1212 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_untextured,
1213 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_textured,
1214 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_perspective,
1215 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_multitex2,
1216 FB_triangle_zoff_csblend_aless_zless_tnearest_smooth_multitex3,
1217 FB_triangle_zoff_csblend_aless_zless_tmipmap_white_untextured,
1218 FB_triangle_zoff_csblend_aless_zless_tmipmap_white_textured,
1219 FB_triangle_zoff_csblend_aless_zless_tmipmap_white_perspective,
1220 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_multitex2,
1221 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_multitex3,
1222 FB_triangle_zoff_csblend_aless_zless_tmipmap_flat_untextured,
1223 FB_triangle_zoff_csblend_aless_zless_tmipmap_flat_textured,
1224 FB_triangle_zoff_csblend_aless_zless_tmipmap_flat_perspective,
1225 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_multitex2,
1226 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_multitex3,
1227 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_untextured,
1228 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_textured,
1229 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_perspective,
1230 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_multitex2,
1231 FB_triangle_zoff_csblend_aless_zless_tmipmap_smooth_multitex3,
1232 FB_triangle_zoff_csblend_aless_zless_tgeneral_white_untextured,
1233 FB_triangle_zoff_csblend_aless_zless_tgeneral_white_textured,
1234 FB_triangle_zoff_csblend_aless_zless_tgeneral_white_perspective,
1235 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_multitex2,
1236 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_multitex3,
1237 FB_triangle_zoff_csblend_aless_zless_tgeneral_flat_untextured,
1238 FB_triangle_zoff_csblend_aless_zless_tgeneral_flat_textured,
1239 FB_triangle_zoff_csblend_aless_zless_tgeneral_flat_perspective,
1240 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_multitex2,
1241 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_multitex3,
1242 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_untextured,
1243 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_textured,
1244 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_perspective,
1245 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_multitex2,
1246 FB_triangle_zoff_csblend_aless_zless_tgeneral_smooth_multitex3,
1247 FB_triangle_zoff_csblend_amore_znone_tnearest_white_untextured,
1248 FB_triangle_zoff_csblend_amore_znone_tnearest_white_textured,
1249 FB_triangle_zoff_csblend_amore_znone_tnearest_white_perspective,
1250 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_multitex2,
1251 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_multitex3,
1252 FB_triangle_zoff_csblend_amore_znone_tnearest_flat_untextured,
1253 FB_triangle_zoff_csblend_amore_znone_tnearest_flat_textured,
1254 FB_triangle_zoff_csblend_amore_znone_tnearest_flat_perspective,
1255 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_multitex2,
1256 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_multitex3,
1257 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_untextured,
1258 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_textured,
1259 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_perspective,
1260 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_multitex2,
1261 FB_triangle_zoff_csblend_amore_znone_tnearest_smooth_multitex3,
1262 FB_triangle_zoff_csblend_amore_znone_tmipmap_white_untextured,
1263 FB_triangle_zoff_csblend_amore_znone_tmipmap_white_textured,
1264 FB_triangle_zoff_csblend_amore_znone_tmipmap_white_perspective,
1265 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_multitex2,
1266 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_multitex3,
1267 FB_triangle_zoff_csblend_amore_znone_tmipmap_flat_untextured,
1268 FB_triangle_zoff_csblend_amore_znone_tmipmap_flat_textured,
1269 FB_triangle_zoff_csblend_amore_znone_tmipmap_flat_perspective,
1270 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_multitex2,
1271 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_multitex3,
1272 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_untextured,
1273 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_textured,
1274 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_perspective,
1275 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_multitex2,
1276 FB_triangle_zoff_csblend_amore_znone_tmipmap_smooth_multitex3,
1277 FB_triangle_zoff_csblend_amore_znone_tgeneral_white_untextured,
1278 FB_triangle_zoff_csblend_amore_znone_tgeneral_white_textured,
1279 FB_triangle_zoff_csblend_amore_znone_tgeneral_white_perspective,
1280 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_multitex2,
1281 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_multitex3,
1282 FB_triangle_zoff_csblend_amore_znone_tgeneral_flat_untextured,
1283 FB_triangle_zoff_csblend_amore_znone_tgeneral_flat_textured,
1284 FB_triangle_zoff_csblend_amore_znone_tgeneral_flat_perspective,
1285 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_multitex2,
1286 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_multitex3,
1287 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_untextured,
1288 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_textured,
1289 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_perspective,
1290 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_multitex2,
1291 FB_triangle_zoff_csblend_amore_znone_tgeneral_smooth_multitex3,
1292 FB_triangle_zoff_csblend_amore_zless_tnearest_white_untextured,
1293 FB_triangle_zoff_csblend_amore_zless_tnearest_white_textured,
1294 FB_triangle_zoff_csblend_amore_zless_tnearest_white_perspective,
1295 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_multitex2,
1296 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_multitex3,
1297 FB_triangle_zoff_csblend_amore_zless_tnearest_flat_untextured,
1298 FB_triangle_zoff_csblend_amore_zless_tnearest_flat_textured,
1299 FB_triangle_zoff_csblend_amore_zless_tnearest_flat_perspective,
1300 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_multitex2,
1301 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_multitex3,
1302 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_untextured,
1303 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_textured,
1304 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_perspective,
1305 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_multitex2,
1306 FB_triangle_zoff_csblend_amore_zless_tnearest_smooth_multitex3,
1307 FB_triangle_zoff_csblend_amore_zless_tmipmap_white_untextured,
1308 FB_triangle_zoff_csblend_amore_zless_tmipmap_white_textured,
1309 FB_triangle_zoff_csblend_amore_zless_tmipmap_white_perspective,
1310 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_multitex2,
1311 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_multitex3,
1312 FB_triangle_zoff_csblend_amore_zless_tmipmap_flat_untextured,
1313 FB_triangle_zoff_csblend_amore_zless_tmipmap_flat_textured,
1314 FB_triangle_zoff_csblend_amore_zless_tmipmap_flat_perspective,
1315 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_multitex2,
1316 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_multitex3,
1317 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_untextured,
1318 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_textured,
1319 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_perspective,
1320 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_multitex2,
1321 FB_triangle_zoff_csblend_amore_zless_tmipmap_smooth_multitex3,
1322 FB_triangle_zoff_csblend_amore_zless_tgeneral_white_untextured,
1323 FB_triangle_zoff_csblend_amore_zless_tgeneral_white_textured,
1324 FB_triangle_zoff_csblend_amore_zless_tgeneral_white_perspective,
1325 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_multitex2,
1326 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_multitex3,
1327 FB_triangle_zoff_csblend_amore_zless_tgeneral_flat_untextured,
1328 FB_triangle_zoff_csblend_amore_zless_tgeneral_flat_textured,
1329 FB_triangle_zoff_csblend_amore_zless_tgeneral_flat_perspective,
1330 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_multitex2,
1331 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_multitex3,
1332 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_untextured,
1333 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_textured,
1334 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_perspective,
1335 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_multitex2,
1336 FB_triangle_zoff_csblend_amore_zless_tgeneral_smooth_multitex3,