Searched refs:srcTrans (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 1111 struct pipe_transfer *srcTrans, *dstTrans; in make_1d_mipmap() local 1114 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer, in make_1d_mipmap() 1123 srcMap = (ubyte *) pipe->transfer_map(pipe, srcTrans); in make_1d_mipmap() 1127 srcTrans->box.width, srcMap, in make_1d_mipmap() 1130 pipe->transfer_unmap(pipe, srcTrans); in make_1d_mipmap() 1133 pipe->transfer_destroy(pipe, srcTrans); in make_1d_mipmap() 1152 struct pipe_transfer *srcTrans, *dstTrans; in make_2d_mipmap() local 1155 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer, in make_2d_mipmap() 1164 srcMap = (ubyte *) pipe->transfer_map(pipe, srcTrans); in make_2d_mipmap() 1168 srcTrans->box.width, srcTrans->box.height, in make_2d_mipmap() [all …]
|