Searched defs:srcTrans (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1111 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...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1111 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 96 milliseconds