Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h50 struct svga_texture struct
147 static inline struct svga_texture *
148 svga_texture(struct pipe_resource *resource) in svga_texture() function
150 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture()
170 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view()
179 check_face_level(const struct svga_texture *tex, in check_face_level()
200 svga_define_texture_level(struct svga_texture *tex, in svga_define_texture_level()
210 svga_is_texture_level_defined(const struct svga_texture *tex, in svga_is_texture_level_defined()
219 svga_set_texture_rendered_to(struct svga_texture *tex, in svga_set_texture_rendered_to()
229 svga_clear_texture_rendered_to(struct svga_texture *tex, in svga_clear_texture_rendered_to()
[all …]
Dsvga_surface.c108 struct svga_texture *tex, in svga_texture_view_surface()
211 struct svga_texture *tex = svga_texture(pt); in svga_create_surface_view()
381 struct svga_texture *tex = svga_texture(s->base.texture); in create_backed_surface_view()
439 struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
476 const struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
517 struct svga_texture *t = svga_texture(surf->texture); in svga_surface_destroy()
565 struct svga_texture *tex = svga_texture(surf->texture); in svga_mark_surface_dirty()
609 struct svga_texture *tex = svga_texture(surf->texture); in svga_propagate_surface()
694 struct svga_texture *tex = svga_texture(surf->texture); in svga_surface_needs_propagation()
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()
271 return svga_was_texture_rendered_to(svga_texture(resource), in was_tex_rendered_to()
410 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map_direct()
542 struct svga_texture *tex = svga_texture(texture); in svga_texture_transfer_map()
675 struct svga_winsys_surface *surf = svga_texture(transfer->resource)->handle; in svga_texture_surface_unmap()
[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_pipe_blit.c55 struct svga_texture *dtex, *stex; in copy_region_vgpu10()
58 stex = svga_texture(src_tex); in copy_region_vgpu10()
59 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
125 struct svga_texture *stex, *dtex; in svga_resource_copy_region()
162 stex = svga_texture(src_tex); in svga_resource_copy_region()
163 dtex = svga_texture(dst_tex); in svga_resource_copy_region()
245 struct svga_texture *dtex, *stex; in can_blit_via_copy_region_vgpu10()
250 stex = svga_texture(blit_info->src.resource); in can_blit_via_copy_region_vgpu10()
251 dtex = svga_texture(blit_info->dst.resource); in can_blit_via_copy_region_vgpu10()
371 is_view_format_compatible(src->format, svga_texture(src)->key.format, in svga_blit()
[all …]
Dsvga_pipe_misc.c169 struct svga_texture *t = svga_texture(s->texture); in svga_set_framebuffer_state()
199 struct svga_texture *t = svga_texture(s->texture); in svga_set_framebuffer_state()
Dsvga_surface.h38 struct svga_texture;
92 struct svga_texture *tex,
Dsvga_state_fs.c283 struct svga_texture *stex = svga_texture(tex); in make_fs_key()
Dsvga_draw.c337 surfaces[i] = svga_texture(sv->base.texture)->handle; in validate_sampler_resources()
352 surfaces[unit] = svga_texture(sv->base.texture)->handle; in validate_sampler_resources()
Dsvga_state_sampler.c57 return svga_texture(res)->handle; in svga_resource_handle()
Dsvga_cmd.c433 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA()