Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h47 struct svga_texture struct
150 static inline struct svga_texture *
151 svga_texture(struct pipe_resource *resource) in svga_texture() function
153 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture()
173 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view()
182 check_face_level(const struct svga_texture *tex, in check_face_level()
203 svga_define_texture_level(struct svga_texture *tex, in svga_define_texture_level()
212 svga_is_texture_level_defined(const struct svga_texture *tex, in svga_is_texture_level_defined()
221 svga_set_texture_rendered_to(struct svga_texture *te
[all...]
H A 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_inf in can_blit_via_copy_region_vgpu10()
[all...]
H A 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()
212 assert(svga_texture(texture)->key.cachable == 0); in svga_resource_get_handle()
213 svga_texture(texture)->key.cachable = 0; in svga_resource_get_handle()
218 return sws->surface_get_handle(sws, svga_texture(texture)->handle, in svga_resource_get_handle()
234 return svga_was_texture_rendered_to(svga_texture(st->base.resource)); in need_tex_readback()
243 struct svga_texture *tex, in readback_texture_surface()
334 struct svga_texture *te in svga_texture_transfer_map_direct()
[all...]
H A 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()
H A 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()
471 struct svga_texture *tex = svga_texture(s->base.texture); in create_backed_surface_view()
583 struct svga_texture *stex = svga_texture(s->base.texture); in svga_validate_surface_view()
666 struct svga_texture *t = svga_texture(sur in svga_surface_destroy()
[all...]
H A Dsvga_image_view.c89 struct svga_texture *tex = svga_texture(res); in svga_create_uav_image()
98 struct svga_texture *tex = svga_texture(res); in svga_create_uav_image()
288 struct svga_texture *tex = svga_texture(res); in svga_validate_image_view_resources()
H A Dsvga_surface.h38 struct svga_texture;
52 * than svga_texture(base->texture)->handle.
96 struct svga_texture *tex,
H A Dsvga_state_framebuffer.c90 svga_set_texture_rendered_to(svga_texture(s->texture)); in emit_fb_vgpu9()
121 svga_set_texture_rendered_to(svga_texture(s->texture)); in emit_fb_vgpu9()
226 svga_set_texture_rendered_to(svga_texture(s->texture)); in emit_fb_vgpu10()
247 svga_set_texture_rendered_to(svga_texture(s->texture)); in emit_fb_vgpu10()
H A Dsvga_state_fs.c246 struct svga_texture *stex = svga_texture(tex); in make_fs_key()
H A Dsvga_resource_buffer.c451 struct svga_texture *tex = svga_texture(buf); in svga_resource_destroy()
H A Dsvga_draw.c214 struct svga_texture *tex = svga_texture(view->texture); in draw_vgpu9()
388 surfaces[i] = svga_texture(sv->base.texture)->handle; in svga_validate_sampler_resources()
404 surfaces[unit] = svga_texture(sv->base.texture)->handle; in svga_validate_sampler_resources()
H A Dsvga_state_sampler.c57 return svga_texture(res)->handle; in svga_resource_handle()
168 surface = svga_texture(texture)->handle; in svga_validate_pipe_sampler_view()
H A Dsvga_state_tss.c201 if (handle != svga_texture(view->texture)->handle) in update_tss_binding()
H A Dsvga_cmd.c435 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA()
H A Dsvga_state_uav.c430 uaViews[uav_index] = svga_texture(res)->handle; in svga_create_uav_list()

Completed in 14 milliseconds