Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstore.c104 GLubyte **dstSlices, in _mesa_memcpy_texture() argument
124 GLubyte *dstImage = dstSlices[img]; in _mesa_memcpy_texture()
134 GLubyte *dstRow = dstSlices[img]; in _mesa_memcpy_texture()
168 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z32()
198 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_x8_z24()
228 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z24_x8()
262 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z16()
298 dstRowStride, dstSlices, in _mesa_texstore_ycbcr()
310 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_ycbcr()
350 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.c88 dst = dstSlices[0]; in _mesa_texstore_rgb_dxt1()
144 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt1()
198 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt3()
252 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.c87 dst = dstSlices[0]; in _mesa_texstore_fxt1()