HomeSort by relevance Sort by last modified time
    Searched refs:tex_trans_map (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 93 if (tc->tex_trans && !tc->tex_trans_map)
94 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans);
101 if (tc->tex_trans_map) {
103 tc->tex_trans_map = NULL;
154 if (tc->tex_trans_map) {
156 tc->tex_trans_map = NULL;
259 if (tc->tex_trans_map) {
261 tc->tex_trans_map = NULL;
285 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans);
sp_tex_tile_cache.h 90 void *tex_trans_map; member in struct:softpipe_tex_tile_cache

Completed in 477 milliseconds