Searched refs:dstSlices (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 102 GLubyte **dstSlices, in _mesa_memcpy_texture() argument 122 GLubyte *dstImage = dstSlices[img]; in _mesa_memcpy_texture() 132 GLubyte *dstRow = dstSlices[img]; in _mesa_memcpy_texture() 166 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z32() 196 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_x8_z24() 226 GLubyte *dstRow = dstSlices[img]; in _mesa_texstore_z24_x8() 260 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 …]
|
D | texstore.h | 62 GLubyte **dstSlices, \ 82 GLubyte **dstSlices,
|
D | texcompress_s3tc.c | 85 dst = dstSlices[0]; in _mesa_texstore_rgb_dxt1() 138 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt1() 190 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt3() 242 dst = dstSlices[0]; in _mesa_texstore_rgba_dxt5()
|
D | texcompress_rgtc.c | 104 dst = dstSlices[0]; in _mesa_texstore_red_rgtc1() 157 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()
|
D | texcompress_bptc.c | 1313 dstSlices[0], dstRowStride); in _mesa_texstore_bptc_rgba_unorm() 1624 dstSlices[0], dstRowStride, in texstore_bptc_rgb_float() 1638 dstFormat, dstRowStride, dstSlices, in _mesa_texstore_bptc_rgb_signed_float() 1651 dstFormat, dstRowStride, dstSlices, in _mesa_texstore_bptc_rgb_unsigned_float()
|
D | texcompress_fxt1.c | 96 dst = dstSlices[0]; in _mesa_texstore_rgb_fxt1() 151 dst = dstSlices[0]; in _mesa_texstore_rgba_fxt1()
|