Home
last modified time | relevance | path

Searched refs:NUM_SWR_FORMATS (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.cpp32 PFN_STORE_TILES sStoreTilesTableColor[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS] = {};
33 PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS] = {};
34 PFN_STORE_TILES sStoreTilesTableStencil[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS] = {};
38 static std::vector<int32_t> sBuckets(NUM_SWR_FORMATS, -1);
DLoadTile_TileY.cpp30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_MODE_YMAJOR[NUM_SWR_FORMATS];
31 PFN_LOAD_TILES sLoadTilesDepthTable_SWR_TILE_MODE_YMAJOR[NUM_SWR_FORMATS];
DLoadTile_Linear.cpp30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_NONE[NUM_SWR_FORMATS];
31 PFN_LOAD_TILES sLoadTilesDepthTable_SWR_TILE_NONE[NUM_SWR_FORMATS];
DLoadTile_TileX.cpp30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_MODE_XMAJOR[NUM_SWR_FORMATS];
DLoadTile.h42 extern PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_NONE[NUM_SWR_FORMATS];
43 extern PFN_LOAD_TILES sLoadTilesDepthTable_SWR_TILE_NONE[NUM_SWR_FORMATS];
45 extern PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_MODE_YMAJOR[NUM_SWR_FORMATS];
46 extern PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_MODE_XMAJOR[NUM_SWR_FORMATS];
48 extern PFN_LOAD_TILES sLoadTilesDepthTable_SWR_TILE_MODE_YMAJOR[NUM_SWR_FORMATS];
158 static INLINE void InitLoadTileColorTable(PFN_LOAD_TILES (&table)[NUM_SWR_FORMATS]) in InitLoadTileColorTable() argument
329 static INLINE void InitLoadTileDepthTable(PFN_LOAD_TILES(&table)[NUM_SWR_FORMATS]) in InitLoadTileDepthTable() argument
DLoadTile.cpp31 static std::vector<int> sBuckets(NUM_SWR_FORMATS, -1);
DClearTile.cpp41 static PFN_STORE_TILES_CLEAR sStoreTilesClearColorTable[NUM_SWR_FORMATS];
43 static PFN_STORE_TILES_CLEAR sStoreTilesClearDepthTable[NUM_SWR_FORMATS];
DStoreTile.h52 extern PFN_STORE_TILES sStoreTilesTableColor[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];
53 extern PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];
54 extern PFN_STORE_TILES sStoreTilesTableStencil[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h229 NUM_SWR_FORMATS = 0x200, enumerator
255 extern const SWR_FORMAT_INFO gFormatInfo[NUM_SWR_FORMATS];
262 SWR_ASSERT(format < NUM_SWR_FORMATS, "Invalid Surface Format: %d", format); in GetFormatInfo()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.h59 extern PFN_CLEAR_TILES gClearTilesTable[NUM_SWR_FORMATS];
Dbackend.cpp394 PFN_CLEAR_TILES gClearTilesTable[NUM_SWR_FORMATS] = {};