Searched refs:Store (Results 1 - 25 of 161) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile_TileW.cpp25 * @brief Functionality for Store.
34 sStoreTilesTableColor[SWR_TILE_MODE_WMAJOR][R8_UINT] = StoreMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R32G32B32A32_FLOAT, R8_UINT>::Store;
H A DStoreTile.h25 * @brief Functionality for Store.
49 /// Store Raster Tile Function Tables.
76 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[NumDests]) = delete;
91 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[2]) function in struct:StorePixels
110 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[4]) function in struct:StorePixels
144 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[2]) function in struct:StorePixels
163 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[4]) function in struct:StorePixels
197 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[2]) function in struct:StorePixels
215 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[4]) function in struct:StorePixels
247 static void Store(cons function in struct:StorePixels
264 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[8]) function in struct:StorePixels
295 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[8]) function in struct:StorePixels
316 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[16]) function in struct:StorePixels
941 INLINE static void Store( function in struct:StoreRasterTile
1050 INLINE static void Store( function in struct:OptStoreRasterTile
1115 INLINE static void Store( function in struct:OptStoreRasterTile
1180 INLINE static void Store( function in struct:OptStoreRasterTile
1246 INLINE static void Store( function in struct:OptStoreRasterTile
1314 INLINE static void Store( function in struct:OptStoreRasterTile
1388 INLINE static void Store( function in struct:OptStoreRasterTile
1452 INLINE static void Store( function in struct:OptStoreRasterTile
1517 INLINE static void Store( function in struct:OptStoreRasterTile
1585 INLINE static void Store( function in struct:OptStoreRasterTile
1651 INLINE static void Store( function in struct:OptStoreRasterTile
1721 INLINE static void Store( function in struct:OptStoreRasterTile
1825 static void Store( function in struct:StoreMacroTile
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile_TileW.cpp25 * @brief Functionality for Store.
34 sStoreTilesTableColor[SWR_TILE_MODE_WMAJOR][R8_UINT] = StoreMacroTile<TilingTraits<SWR_TILE_MODE_WMAJOR, 8>, R32G32B32A32_FLOAT, R8_UINT>::Store;
H A DStoreTile.h25 * @brief Functionality for Store.
50 /// Store Raster Tile Function Tables.
77 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[NumDests]) = delete;
92 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[2]) function in struct:StorePixels
111 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[4]) function in struct:StorePixels
145 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[2]) function in struct:StorePixels
164 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[4]) function in struct:StorePixels
198 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[2]) function in struct:StorePixels
216 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[4]) function in struct:StorePixels
248 static void Store(cons function in struct:StorePixels
265 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[8]) function in struct:StorePixels
296 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[8]) function in struct:StorePixels
317 static void Store(const uint8_t* pSrc, uint8_t* (&ppDsts)[16]) function in struct:StorePixels
942 INLINE static void Store( function in struct:StoreRasterTile
1051 INLINE static void Store( function in struct:OptStoreRasterTile
1116 INLINE static void Store( function in struct:OptStoreRasterTile
1181 INLINE static void Store( function in struct:OptStoreRasterTile
1247 INLINE static void Store( function in struct:OptStoreRasterTile
1315 INLINE static void Store( function in struct:OptStoreRasterTile
1389 INLINE static void Store( function in struct:OptStoreRasterTile
1453 INLINE static void Store( function in struct:OptStoreRasterTile
1518 INLINE static void Store( function in struct:OptStoreRasterTile
1586 INLINE static void Store( function in struct:OptStoreRasterTile
1652 INLINE static void Store( function in struct:OptStoreRasterTile
1722 INLINE static void Store( function in struct:OptStoreRasterTile
1826 static void Store( function in struct:StoreMacroTile
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_forgetful_chain_inc.h131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self,
155 FN(Store)(self, data, mask, i); local in function:FN
167 FN(Store)(self, ringbuffer, ring_buffer_mask, position - 3);
168 FN(Store)(self, ringbuffer, ring_buffer_mask, position - 2);
169 FN(Store)(self, ringbuffer, ring_buffer_mask, position - 1);
280 FN(Store)(self, data, ring_buffer_mask, cur_ix); local in function:FN
H A Dhash_longest_match64_inc.h109 static BROTLI_INLINE void FN(Store)(
127 FN(Store)(self, data, mask, i); local in function:FN
139 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 3);
140 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 2);
141 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 1);
H A Dhash_longest_match_inc.h108 static BROTLI_INLINE void FN(Store)(
123 FN(Store)(self, data, mask, i); local in function:FN
135 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 3);
136 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 2);
137 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 1);
H A Dhash_longest_match_quickly_inc.h95 static BROTLI_INLINE void FN(Store)(
114 FN(Store)(self, data, mask, i); local in function:FN
126 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 3);
127 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 2);
128 FN(Store)(self, ringbuffer, ringbuffer_mask, position - 1);
H A Dhash_composite_inc.h79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self,
81 FN_A(Store)(&self->ha, data, mask, ix);
82 FN_B(Store)(&self->hb, data, mask, ix);
H A Dhash_to_binary_tree_inc.h270 static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self,
289 FN(Store)(self, data, mask, j); local in function:FN
293 FN(Store)(self, data, mask, i); local in function:FN
303 /* Store the last `MAX_TREE_COMP_LENGTH - 1` positions in the hasher.
H A Dbackward_references_inc.h144 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); local in function:EXPORT_FN
153 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); local in function:EXPORT_FN
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.0.5.rst42 - No test for Image Load/Store on format-incompatible texture buffer
46 - No test for Image Load/Store on texture buffer sized greater than
H A D19.2.8.rst85 - gallium: Store the image format in winsys_handle
/xsrc/external/mit/xf86-video-suncg14/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-suncg6/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-sunleo/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-suntcx/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-newport/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-s3/dist/
H A Dconfigure.ac58 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-s3virge/dist/
H A Dconfigure.ac55 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-siliconmotion/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-sunffb/dist/
H A Dconfigure.ac62 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-tga/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-trident/dist/
H A Dconfigure.ac55 # Store the list of server defined optional extensions in REQUIRED_MODULES
/xsrc/external/mit/xf86-video-tseng/dist/
H A Dconfigure.ac56 # Store the list of server defined optional extensions in REQUIRED_MODULES

Completed in 22 milliseconds

1234567