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