Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h50 struct svga_texture struct
158 static inline struct svga_texture *
159 svga_texture(struct pipe_resource *resource) in svga_texture() function
161 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture()
181 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view()
190 check_face_level(const struct svga_texture *tex, in check_face_level()
211 svga_define_texture_level(struct svga_texture *tex, in svga_define_texture_level()
221 svga_is_texture_level_defined(const struct svga_texture *tex, in svga_is_texture_level_defined()
230 svga_set_texture_rendered_to(struct svga_texture *tex, in svga_set_texture_rendered_to()
240 svga_clear_texture_rendered_to(struct svga_texture *tex, in svga_clear_texture_rendered_to()
[all …]
Dsvga_pipe_blit.c84 struct svga_texture *stex; in intra_surface_copy()
92 stex = svga_texture(tex); in intra_surface_copy()
123 struct svga_texture *dtex, *stex; in copy_region_vgpu10()
125 stex = svga_texture(src_tex); in copy_region_vgpu10()
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
346 struct svga_texture *dtex, *stex; in can_blit_via_intra_surface_copy()
369 stex = svga_texture(blit_info->src.resource); in can_blit_via_intra_surface_copy()
370 dtex = svga_texture(blit_info->dst.resource); in can_blit_via_intra_surface_copy()
386 struct svga_texture *dtex, *stex; in can_blit_via_copy_region_vgpu10()
393 stex = svga_texture(blit_info->src.resource); in can_blit_via_copy_region_vgpu10()
[all …]
Dsvga_resource_texture.c59 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma_band()
99 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma()
207 assert(svga_texture(texture)->key.cachable == 0); in svga_texture_get_handle()
208 svga_texture(texture)->key.cachable = 0; in svga_texture_get_handle()
213 return sws->surface_get_handle(sws, svga_texture(texture)->handle, in svga_texture_get_handle()
223 struct svga_texture *tex = svga_texture(pt); in svga_texture_destroy()
263 return svga_was_texture_rendered_to(svga_texture(st->base.resource), in need_tex_readback()
375 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_direct()
528 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map()
616 svga_was_texture_rendered_to(svga_texture(texture), in svga_texture_transfer_map()
[all …]
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_surface.c132 struct svga_texture *src_tex, in svga_texture_copy_handle_resource()
183 struct svga_texture *tex, in svga_texture_view_surface()
290 struct svga_texture *tex = svga_texture(pt); in svga_create_surface_view()
470 struct svga_texture *tex = svga_texture(s->base.texture); in create_backed_surface_view()
578 struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
611 const struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
651 struct svga_texture *t = svga_texture(surf->texture); in svga_surface_destroy()
706 struct svga_texture *tex = svga_texture(surf->texture); in svga_mark_surface_dirty()
768 struct svga_texture *tex = svga_texture(surf->texture); in svga_propagate_surface()
896 struct svga_texture *tex = svga_texture(surf->texture); in svga_surface_needs_propagation()
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()
228 svga_set_texture_rendered_to(svga_texture(s->texture), in emit_fb_vgpu10()
250 svga_set_texture_rendered_to(svga_texture(s->texture), in emit_fb_vgpu10()
Dsvga_state_sampler.c57 return svga_texture(res)->handle; in svga_resource_handle()
166 surface = svga_texture(texture)->handle; in svga_validate_pipe_sampler_view()
Dsvga_state_fs.c307 struct svga_texture *stex = svga_texture(tex); in make_fs_key()
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()
388 surfaces[unit] = svga_texture(sv->base.texture)->handle; in validate_sampler_resources()
Dsvga_state_tss.c201 if (handle != svga_texture(view->texture)->handle) in update_tss_binding()
Dsvga_cmd.c435 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA()
/external/mesa3d/docs/relnotes/
D8.0.4.rst89 - svga: move svga_texture() casts/calls in svga_surface_copy()