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 294 return numPrims / (mode - TOP_PATCHLIST_BASE);
303 case TOP_PATCHLIST_BASE:
370 return numPrims * (mode - TOP_PATCHLIST_BASE);
379 case TOP_PATCHLIST_BASE:
455 numVerts = topology - TOP_PATCHLIST_BASE;
    [all...]
state.h 62 TOP_PATCHLIST_BASE = 0x1F, // Invalid topology, used to calculate num verts for a patchlist.
    [all...]
api.cpp     [all...]

Completed in 48 milliseconds