Home
last modified time | relevance | path

Searched refs:RASTER_GLOBAL_MASK (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Dreyes.h54 const unsigned int RASTER_GLOBAL_MASK = (1 << 10) - 1;// This mask is used to block the lower fiel… variable
H A DstochasticPrimitives.h5 switch((grid->flags & RASTER_GLOBAL_MASK) | ((CRenderer::depthFilter == DEPTH_MID) << RASTER_HIGHBI…
/dports/graphics/pixie/Pixie/src/precomp/
H A Dprecomp.cpp380 const int caseEnumeration = RASTER_GLOBAL_MASK | (RASTER_DEPTHFILT_MASK << RASTER_HIGHBITS_SHIFT); in precomputeStochasticPrimitivesH()