Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.hpp62 #define NUMTEXS 32768 macro
H A Dparse.cpp69 static texentry textable[NUMTEXS]; /* texture lookup table */
115 if (numtextures > NUMTEXS) { in add_texture()