OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tex_trans
(Results
1 - 2
of
2
) sorted by null
/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
Completed in 7263 milliseconds