Home
last modified time | relevance | path

Searched refs:DEPTH_MID (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Doptions.h61 DEPTH_MID enumerator
H A Dstochastic.cpp557 } else if (CRenderer::depthFilter == DEPTH_MID) { in rasterEnd()
848 case DEPTH_MID:
H A DrendererDisplay.cpp853 if (!hasZOutput && (depthFilter == DEPTH_MID)) { in computeDisplayData()
H A DrendererContext.cpp1337 else if (strcmp(val,"midpoint") == 0) options->depthFilter = DEPTH_MID;
H A DstochasticPrimitives.h5 switch((grid->flags & RASTER_GLOBAL_MASK) | ((CRenderer::depthFilter == DEPTH_MID) << RASTER_HIGHBI…