HomeSort by relevance Sort by last modified time
    Searched refs:TOP_PATCHLIST_BASE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 295 return numPrims / (mode - TOP_PATCHLIST_BASE);
304 case TOP_PATCHLIST_BASE:
371 return numPrims * (mode - TOP_PATCHLIST_BASE);
380 case TOP_PATCHLIST_BASE:
456 numVerts = topology - TOP_PATCHLIST_BASE;
    [all...]
state.h 65 TOP_PATCHLIST_BASE = 0x1F, // Invalid topology, used to calculate num verts for a patchlist.
    [all...]
api.cpp     [all...]

Completed in 55 milliseconds