Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h49 struct svga_texture struct
101 static INLINE struct svga_texture *svga_texture( struct pipe_resource *resource ) in svga_texture() function
103 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture()
Dsvga_resource_texture.c59 struct svga_texture *texture = svga_texture(st->base.resource); in svga_transfer_dma_band()
108 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()
211 return sws->surface_get_handle(sws, svga_texture(texture)->handle, stride, whandle); in svga_texture_get_handle()
220 struct svga_texture *tex = (struct svga_texture *)pt; in svga_texture_destroy()
359 struct svga_texture *tex = svga_texture(transfer->resource); in svga_texture_transfer_destroy()
409 struct svga_texture *tex = CALLOC_STRUCT(svga_texture); in svga_texture_create()
503 struct svga_texture *tex; in svga_texture_from_handle()
534 tex = CALLOC_STRUCT(svga_texture); in svga_texture_from_handle()
Dsvga_sampler_view.c61 struct svga_texture *tex = svga_texture(pt); in svga_get_tex_sampler_view()
172 struct svga_texture *tex = svga_texture(v->texture); in svga_validate_sampler_view()
207 struct svga_texture *tex = svga_texture(v->texture); in svga_destroy_sampler_view_priv()
Dsvga_surface.c105 struct svga_texture *tex, in svga_texture_view_surface()
189 struct svga_texture *tex = svga_texture(pt); in svga_create_surface()
290 struct svga_texture *t = svga_texture(surf->texture); in svga_surface_destroy()
309 struct svga_texture *tex = svga_texture(surf->texture); in svga_mark_surface_dirty()
354 struct svga_texture *tex = svga_texture(surf->texture); in svga_propagate_surface()
395 struct svga_texture *tex = svga_texture(surf->texture); in svga_surface_needs_propagation()
Dsvga_pipe_blit.c47 struct svga_texture *stex, *dtex; in svga_surface_copy()
65 stex = svga_texture(src_tex); in svga_surface_copy()
66 dtex = svga_texture(dst_tex); in svga_surface_copy()
Dsvga_surface.h38 struct svga_texture;
66 struct svga_texture *tex,
Dsvga_cmd.c426 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA()