/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 79 if (tc->tex_trans) { 80 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); 93 if (tc->tex_trans && !tc->tex_trans_map) 94 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans); 102 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); 153 if (tc->tex_trans) { 155 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); 159 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); 160 tc->tex_trans = NULL; 251 if (!tc->tex_trans || [all...] |
sp_tex_tile_cache.h | 89 struct pipe_transfer *tex_trans; member in struct:softpipe_tex_tile_cache
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 79 if (tc->tex_trans) { 80 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); 93 if (tc->tex_trans && !tc->tex_trans_map) 94 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans); 102 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); 153 if (tc->tex_trans) { 155 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans); 159 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); 160 tc->tex_trans = NULL; 251 if (!tc->tex_trans || [all...] |
sp_tex_tile_cache.h | 89 struct pipe_transfer *tex_trans; member in struct:softpipe_tex_tile_cache
|