Home
last modified time | relevance | path

Searched refs:svga_texture (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h50 struct svga_texture struct
157 static inline struct svga_texture *
158 svga_texture(struct pipe_resource *resource) in svga_texture() function
160 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture()
180 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view()
189 check_face_level(const struct svga_texture *tex, in check_face_level()
210 svga_define_texture_level(struct svga_texture *tex, in svga_define_texture_level()
220 svga_is_texture_level_defined(const struct svga_texture *tex, in svga_is_texture_level_defined()
229 svga_set_texture_rendered_to(struct svga_texture *tex, in svga_set_texture_rendered_to()
239 svga_clear_texture_rendered_to(struct svga_texture *tex, in svga_clear_texture_rendered_to()
[all …]
Dsvga_resource_texture.c59 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma_band()
105 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma()
213 assert(svga_texture(texture)->key.cachable == 0); in svga_texture_get_handle()
214 svga_texture(texture)->key.cachable = 0; in svga_texture_get_handle()
219 return sws->surface_get_handle(sws, svga_texture(texture)->handle, in svga_texture_get_handle()
229 struct svga_texture *tex = svga_texture(pt); in svga_texture_destroy()
275 return svga_was_texture_rendered_to(svga_texture(resource), in was_tex_rendered_to()
414 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_direct()
547 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map()
680 struct svga_winsys_surface *surf = svga_texture(transfer->resource)->handle; in svga_texture_surface_unmap()
[all …]
Dsvga_surface.c110 struct svga_texture *src_tex, in svga_texture_copy_handle_resource()
152 struct svga_texture *tex, in svga_texture_view_surface()
258 struct svga_texture *tex = svga_texture(pt); in svga_create_surface_view()
433 struct svga_texture *tex = svga_texture(s->base.texture); in create_backed_surface_view()
530 struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
567 const struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
607 struct svga_texture *t = svga_texture(surf->texture); in svga_surface_destroy()
669 struct svga_texture *tex = svga_texture(surf->texture); in svga_mark_surface_dirty()
731 struct svga_texture *tex = svga_texture(surf->texture); in svga_propagate_surface()
837 struct svga_texture *tex = svga_texture(surf->texture); in svga_surface_needs_propagation()
Dsvga_sampler_view.c63 struct svga_texture *tex = svga_texture(pt); in svga_get_tex_sampler_view()
182 struct svga_texture *tex = svga_texture(v->texture); in svga_validate_sampler_view()
221 struct svga_texture *tex = svga_texture(v->texture); in svga_destroy_sampler_view_priv()
Dsvga_pipe_blit.c87 struct svga_texture *dtex, *stex; in copy_region_vgpu10()
90 stex = svga_texture(src_tex); in copy_region_vgpu10()
91 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
312 struct svga_texture *dtex, *stex; in can_blit_via_copy_region_vgpu10()
319 stex = svga_texture(blit_info->src.resource); in can_blit_via_copy_region_vgpu10()
320 dtex = svga_texture(blit_info->dst.resource); in can_blit_via_copy_region_vgpu10()
341 struct svga_texture *dtex, *stex; in can_blit_via_surface_copy()
366 stex = svga_texture(blit_info->src.resource); in can_blit_via_surface_copy()
367 dtex = svga_texture(blit_info->dst.resource); in can_blit_via_surface_copy()
417 struct svga_texture *stex = svga_texture(blit->src.resource); in try_copy_region()
[all …]
Dsvga_surface.h38 struct svga_texture;
96 struct svga_texture *tex,
Dsvga_state_framebuffer.c90 svga_set_texture_rendered_to(svga_texture(s->texture), in emit_fb_vgpu9()
122 svga_set_texture_rendered_to(svga_texture(s->texture), in emit_fb_vgpu9()
224 svga_set_texture_rendered_to(svga_texture(s->texture), in emit_fb_vgpu10()
242 svga_set_texture_rendered_to(svga_texture(s->texture), in emit_fb_vgpu10()
Dsvga_draw.c214 struct svga_texture *tex = svga_texture(view->texture); in draw_vgpu9()
372 surfaces[i] = svga_texture(sv->base.texture)->handle; in validate_sampler_resources()
387 surfaces[unit] = svga_texture(sv->base.texture)->handle; in validate_sampler_resources()
Dsvga_state_fs.c283 struct svga_texture *stex = svga_texture(tex); in make_fs_key()
Dsvga_state_sampler.c57 return svga_texture(res)->handle; in svga_resource_handle()
Dsvga_cmd.c435 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA()
Dsvga_state_tss.c201 if (handle != svga_texture(view->texture)->handle) in update_tss_binding()