Home
last modified time | relevance | path

Searched refs:dstSlices (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c103 GLubyte **dstSlices, in _mesa_memcpy_texture() argument
123 GLubyte *dstImage = dstSlices[img]; in _mesa_memcpy_texture()
133 GLubyte *dstRow = dstSlices[img]; in _mesa_memcpy_texture()
167 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z32()
197 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_x8_z24()
227 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z24_x8()
261 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z16()
297 dstRowStride, dstSlices, in _mesa_texstore_ycbcr()
309 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_ycbcr()
349 GLuint *dstRow = (GLuint *) dstSlices[img]; in _mesa_texstore_z24_s8()
[all …]
Dtexcompress_bptc.c166 dstSlices[0], dstRowStride); in _mesa_texstore_bptc_rgba_unorm()
211 dstSlices[0], dstRowStride, in texstore_bptc_rgb_float()
225 dstFormat, dstRowStride, dstSlices, in _mesa_texstore_bptc_rgb_signed_float()
238 dstFormat, dstRowStride, dstSlices, in _mesa_texstore_bptc_rgb_unsigned_float()
Dtexstore.h66 GLubyte **dstSlices, \
81 UNUSED GLubyte **dstSlices, \
100 GLubyte **dstSlices,
Dtexcompress_s3tc.c85 dst = dstSlices[0]; in _mesa_texstore_rgb_dxt1()
141 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt1()
196 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt3()
251 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt5()
Dtexcompress_rgtc.c106 dst = dstSlices[0]; in _mesa_texstore_red_rgtc1()
159 dst = (GLbyte *) dstSlices[0]; in _mesa_texstore_signed_red_rgtc1()
218 dst = dstSlices[0]; in _mesa_texstore_rg_rgtc2()
283 dst = (GLbyte *) dstSlices[0]; in _mesa_texstore_signed_rg_rgtc2()
Dtexcompress_fxt1.c98 dst = dstSlices[0]; in _mesa_texstore_rgb_fxt1()
156 dst = dstSlices[0]; in _mesa_texstore_rgba_fxt1()
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c780 slice_collection_t dstSlices; in bench() local
781 dstSlices.capacities = dstCapacities; in bench()
782 dstSlices.slicePtrs = sliceTable; in bench()
783 dstSlices.nbSlices = nbBlocks; in bench()
798 size_t const cTotalSizeNoDict = compressBlocks(NULL, dstSlices, srcSlices, NULL, clevel); in bench()
807 size_t const cTotalSize = compressBlocks(cSizes, dstSlices, srcSlices, cdict, clevel); in bench()
814 shrinkSizes(dstSlices, cSizes); in bench()
835 …result = benchMem(dstSlices, resultCollection.slices, ddictionaries, cdictionaries, nbRounds, benc… in bench()
849 …result = benchMem(resultCollection.slices, dstSlices, ddictionaries, cdictionaries, nbRounds, benc… in bench()
860 freeSliceCollection(dstSlices); in bench()