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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 37 struct softpipe_tex_tile_cache;
78 struct softpipe_tex_tile_cache struct
103 extern struct softpipe_tex_tile_cache *
107 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
111 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc);
117 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
121 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
124 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
129 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
    [all...]
sp_tex_tile_cache.c 46 struct softpipe_tex_tile_cache *
49 struct softpipe_tex_tile_cache *tc;
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc)
99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc)
112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc)
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc,
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc
    [all...]
sp_tex_sample.h 102 struct softpipe_tex_tile_cache *cache;
144 struct softpipe_tex_tile_cache *tex_cache,
sp_context.h 52 struct softpipe_tex_tile_cache;
185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS];
sp_state_derived.c 216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
sp_tex_sample.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 37 struct softpipe_tex_tile_cache;
78 struct softpipe_tex_tile_cache struct
103 extern struct softpipe_tex_tile_cache *
107 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
111 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc);
117 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
121 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
124 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
129 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
    [all...]
sp_tex_tile_cache.c 46 struct softpipe_tex_tile_cache *
49 struct softpipe_tex_tile_cache *tc;
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc)
99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc)
112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc)
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc,
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc
    [all...]
sp_tex_sample.h 102 struct softpipe_tex_tile_cache *cache;
144 struct softpipe_tex_tile_cache *tex_cache,
sp_context.h 52 struct softpipe_tex_tile_cache;
185 struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_GEOMETRY+1][PIPE_MAX_SAMPLERS];
sp_state_derived.c 216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
sp_tex_sample.c     [all...]

Completed in 104 milliseconds