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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 125 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
126 for (i = 0; i < Elements(softpipe->tex_cache[0]); i++) {
127 sp_destroy_tex_tile_cache(softpipe->tex_cache[sh][i]);
183 /* check if any of the tex_cache textures are this texture */
184 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
185 for (i = 0; i < Elements(softpipe->tex_cache[0]); i++) {
186 if (softpipe->tex_cache[sh][i] &&
187 softpipe->tex_cache[sh][i]->texture == texture)
260 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
261 for (i = 0; i < Elements(softpipe->tex_cache[0]); i++)
    [all...]
sp_flush.c 57 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
59 sp_flush_tex_tile_cache(softpipe->tex_cache[sh][i]);
sp_tex_sample.h 144 struct softpipe_tex_tile_cache *tex_cache,
sp_state_derived.c 214 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
321 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[PIPE_SHADER_FRAGMENT][unit],
sp_context.h 185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS]; member in struct:softpipe_context
sp_state_sampler.c 199 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[shader][start + i],
324 softpipe->tex_cache[shader][i],
sp_tex_sample.c     [all...]

Completed in 183 milliseconds