Searched refs:tex_trans (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c79 if (tc->tex_trans) {
80 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans);
135 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans);
136 tc->tex_trans = NULL;
227 if (!tc->tex_trans ||
234 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans);
235 tc->tex_trans = NULL;
254 0, 0, width, height, &tc->tex_trans);
264 pipe_get_tile_ui_format(tc->tex_trans, tc->tex_trans_map,
272 pipe_get_tile_i_format(tc->tex_trans, t
[all...]
H A Dsp_tex_tile_cache.h93 struct pipe_transfer *tex_trans; member in struct:softpipe_tex_tile_cache
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c79 if (tc->tex_trans) {
80 tc->pipe->texture_unmap(tc->pipe, tc->tex_trans);
135 tc->pipe->texture_unmap(tc->pipe, tc->tex_trans);
136 tc->tex_trans = NULL;
226 if (!tc->tex_trans ||
233 tc->pipe->texture_unmap(tc->pipe, tc->tex_trans);
234 tc->tex_trans = NULL;
253 0, 0, width, height, &tc->tex_trans);
262 pipe_get_tile_rgba(tc->tex_trans, tc->tex_trans_map,
H A Dsp_tex_tile_cache.h93 struct pipe_transfer *tex_trans; member in struct:softpipe_tex_tile_cache

Completed in 5 milliseconds