Home
last modified time | relevance | path

Searched defs:numRealVertices (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A DexecuteMisc.cpp109 const int numRealVertices = currentShadingState->numRealVertices; in duFloat() local
188 const int numRealVertices = currentShadingState->numRealVertices; in DuFloat() local
274 const int numRealVertices = currentShadingState->numRealVertices; in dvFloat() local
360 const int numRealVertices = currentShadingState->numRealVertices; in DvFloat() local
477 const int numRealVertices = currentShadingState->numRealVertices; in duVector() local
573 const int numRealVertices = currentShadingState->numRealVertices; in DuVector() local
674 const int numRealVertices = currentShadingState->numRealVertices; in dvVector() local
771 const int numRealVertices = currentShadingState->numRealVertices; in DvVector() local
1240 const int numRealVertices = currentShadingState->numRealVertices; in rayDiff() local
1381 const int numRealVertices = currentShadingState->numRealVertices; in rayDiff() local
H A Dshading.h200 int numRealVertices; // Vertex count (internally used) variable
H A Dshading.cpp715 const int numRealVertices = numVertices; local