Searched refs:svga_texture (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.h | 50 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 …]
|
D | svga_pipe_blit.c | 84 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 …]
|
D | svga_resource_texture.c | 59 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 …]
|
D | svga_sampler_view.c | 63 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()
|
D | svga_surface.c | 132 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()
|
D | svga_surface.h | 38 struct svga_texture; 96 struct svga_texture *tex,
|
D | svga_state_framebuffer.c | 90 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()
|
D | svga_state_sampler.c | 57 return svga_texture(res)->handle; in svga_resource_handle() 166 surface = svga_texture(texture)->handle; in svga_validate_pipe_sampler_view()
|
D | svga_state_fs.c | 307 struct svga_texture *stex = svga_texture(tex); in make_fs_key()
|
D | svga_draw.c | 214 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()
|
D | svga_state_tss.c | 201 if (handle != svga_texture(view->texture)->handle) in update_tss_binding()
|
D | svga_cmd.c | 435 struct svga_texture *texture = svga_texture(st->base.resource); in SVGA3D_SurfaceDMA()
|
/external/mesa3d/docs/relnotes/ |
D | 8.0.4.rst | 89 - svga: move svga_texture() casts/calls in svga_surface_copy()
|