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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
LoadTile_Linear.cpp 30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_NONE[NUM_SWR_FORMATS];
31 PFN_LOAD_TILES sLoadTilesDepthTable_SWR_TILE_NONE[NUM_SWR_FORMATS];
LoadTile_TileY.cpp 30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_MODE_YMAJOR[NUM_SWR_FORMATS];
31 PFN_LOAD_TILES sLoadTilesDepthTable_SWR_TILE_MODE_YMAJOR[NUM_SWR_FORMATS];
LoadTile_TileX.cpp 30 PFN_LOAD_TILES sLoadTilesColorTable_SWR_TILE_MODE_XMAJOR[NUM_SWR_FORMATS];
StoreTile.cpp 32 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] = {};
52 static std::vector<int32_t> sBuckets(NUM_SWR_FORMATS, -1);
LoadTile.cpp 46 static std::vector<int> sBuckets(NUM_SWR_FORMATS, -1);
LoadTile.h 42 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];
174 static INLINE void InitLoadTileColorTable(PFN_LOAD_TILES (&table)[NUM_SWR_FORMATS])
345 static INLINE void InitLoadTileDepthTable(PFN_LOAD_TILES(&table)[NUM_SWR_FORMATS])
ClearTile.cpp 41 static PFN_STORE_TILES_CLEAR sStoreTilesClearColorTable[NUM_SWR_FORMATS];
43 static PFN_STORE_TILES_CLEAR sStoreTilesClearDepthTable[NUM_SWR_FORMATS];
StoreTile.h 51 extern PFN_STORE_TILES sStoreTilesTableColor[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];
52 extern PFN_STORE_TILES sStoreTilesTableDepth[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];
53 extern PFN_STORE_TILES sStoreTilesTableStencil[SWR_TILE_MODE_COUNT][NUM_SWR_FORMATS];
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.h 46 extern PFN_CLEAR_TILES gClearTilesTable[NUM_SWR_FORMATS];
backend.cpp 313 PFN_CLEAR_TILES gClearTilesTable[NUM_SWR_FORMATS] = {};
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
formats.h 229 NUM_SWR_FORMATS = 0x200,
255 extern const SWR_FORMAT_INFO gFormatInfo[NUM_SWR_FORMATS];
262 SWR_ASSERT(format < NUM_SWR_FORMATS, "Invalid Surface Format: %d", format);

Completed in 722 milliseconds