Searched refs:svga_texture (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h50 struct svga_texture struct
158 static inline struct svga_texture *
159 svga_texture(struct pipe_resource *resource) function in typeref:struct:svga_texture *
161 struct svga_texture *tex = (struct svga_texture *)resource;
181 svga_age_texture_view(struct svga_texture *tex, unsigned level)
190 check_face_level(const struct svga_texture *tex,
211 svga_define_texture_level(struct svga_texture *tex,
221 svga_is_texture_level_defined(const struct svga_texture *tex,
230 svga_set_texture_rendered_to(struct svga_texture *te
[all...]
H A Dsvga_surface.h38 struct svga_texture;
52 * than svga_texture(base->texture)->handle.
96 struct svga_texture *tex,
H A Dsvga_sampler_view.c63 struct svga_texture *tex = svga_texture(pt);
182 struct svga_texture *tex = svga_texture(v->texture);
221 struct svga_texture *tex = svga_texture(v->texture);
H A Dsvga_pipe_blit.c85 struct svga_texture *stex;
93 stex = svga_texture(tex);
131 struct svga_texture *dtex, *stex;
133 stex = svga_texture(src_tex);
134 dtex = svga_texture(dst_tex);
354 struct svga_texture *dtex, *stex;
377 stex = svga_texture(blit_info->src.resource);
378 dtex = svga_texture(blit_info->dst.resource);
394 struct svga_texture *dtex, *stex;
401 stex = svga_texture(blit_inf
[all...]
H A Dsvga_resource_texture.c59 struct svga_texture *texture = svga_texture(st->base.resource);
105 struct svga_texture *texture = svga_texture(st->base.resource);
213 assert(svga_texture(texture)->key.cachable == 0);
214 svga_texture(texture)->key.cachable = 0;
219 return sws->surface_get_handle(sws, svga_texture(texture)->handle,
229 struct svga_texture *tex = svga_texture(pt);
269 return svga_was_texture_rendered_to(svga_texture(s
[all...]
H A Dsvga_surface.c148 struct svga_texture *src_tex,
199 struct svga_texture *tex,
306 struct svga_texture *tex = svga_texture(pt);
486 struct svga_texture *tex = svga_texture(s->base.texture);
584 struct svga_texture *stex = svga_texture(s->base.texture);
621 const struct svga_texture *stex = svga_texture(
[all...]
H A Dsvga_state_framebuffer.c90 svga_set_texture_rendered_to(svga_texture(s->texture),
122 svga_set_texture_rendered_to(svga_texture(s->texture),
224 svga_set_texture_rendered_to(svga_texture(s->texture),
242 svga_set_texture_rendered_to(svga_texture(s->texture),
H A Dsvga_state_fs.c287 struct svga_texture *stex = svga_texture(tex);
H A Dsvga_draw.c214 struct svga_texture *tex = svga_texture(view->texture);
372 surfaces[i] = svga_texture(sv->base.texture)->handle;
387 surfaces[unit] = svga_texture(sv->base.texture)->handle;
H A Dsvga_state_sampler.c57 return svga_texture(res)->handle;
H A Dsvga_state_tss.c201 if (handle != svga_texture(view->texture)->handle)
H A Dsvga_cmd.c435 struct svga_texture *texture = svga_texture(st->base.resource);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h46 struct svga_texture struct
154 static inline struct svga_texture *
155 svga_texture(struct pipe_resource *resource) function in typeref:struct:svga_texture *
157 struct svga_texture *tex = (struct svga_texture *)resource;
177 svga_age_texture_view(struct svga_texture *tex, unsigned level)
186 check_face_level(const struct svga_texture *tex,
207 svga_define_texture_level(struct svga_texture *tex,
217 svga_is_texture_level_defined(const struct svga_texture *tex,
226 svga_set_texture_rendered_to(struct svga_texture *te
[all...]
H A Dsvga_resource_texture.c59 struct svga_texture *texture = svga_texture(st->base.resource);
99 struct svga_texture *texture = svga_texture(st->base.resource);
212 assert(svga_texture(texture)->key.cachable == 0);
213 svga_texture(texture)->key.cachable = 0;
218 return sws->surface_get_handle(sws, svga_texture(texture)->handle,
234 return svga_was_texture_rendered_to(svga_texture(st->base.resource),
346 struct svga_texture *tex = svga_texture(textur
[all...]
H A Dsvga_surface.h38 struct svga_texture;
52 * than svga_texture(base->texture)->handle.
96 struct svga_texture *tex,
H A Dsvga_sampler_view.c63 struct svga_texture *tex = svga_texture(pt);
182 struct svga_texture *tex = svga_texture(v->texture);
221 struct svga_texture *tex = svga_texture(v->texture);
H A Dsvga_pipe_blit.c84 struct svga_texture *stex;
92 stex = svga_texture(tex);
123 struct svga_texture *dtex, *stex;
125 stex = svga_texture(src_tex);
126 dtex = svga_texture(dst_tex);
346 struct svga_texture *dtex, *stex;
369 stex = svga_texture(blit_info->src.resource);
370 dtex = svga_texture(blit_info->dst.resource);
386 struct svga_texture *dtex, *stex;
393 stex = svga_texture(blit_inf
[all...]
H A Dsvga_surface.c132 struct svga_texture *src_tex,
183 struct svga_texture *tex,
290 struct svga_texture *tex = svga_texture(pt);
471 struct svga_texture *tex = svga_texture(s->base.texture);
583 struct svga_texture *stex = svga_texture(s->base.texture);
616 const struct svga_texture *stex = svga_texture(
[all...]
H A Dsvga_resource_buffer.c427 struct svga_texture *tex = svga_texture(buf);
H A Dsvga_state_fs.c307 struct svga_texture *stex = svga_texture(tex);
H A Dsvga_state_sampler.c57 return svga_texture(res)->handle;
166 surface = svga_texture(texture)->handle;
H A Dsvga_draw.c214 struct svga_texture *tex = svga_texture(view->texture);
372 surfaces[i] = svga_texture(sv->base.texture)->handle;
388 surfaces[unit] = svga_texture(sv->base.texture)->handle;
H A Dsvga_state_framebuffer.c90 svga_set_texture_rendered_to(svga_texture(s->texture),
122 svga_set_texture_rendered_to(svga_texture(s->texture),
228 svga_set_texture_rendered_to(svga_texture(s->texture),
250 svga_set_texture_rendered_to(svga_texture(s->texture),
H A Dsvga_state_tss.c201 if (handle != svga_texture(view->texture)->handle)
H A Dsvga_cmd.c435 struct svga_texture *texture = svga_texture(st->base.resource);

Completed in 52 milliseconds

12