Searched refs:svga_surface (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.h | 43 struct svga_surface struct 74 struct svga_surface *backed; argument 129 static inline struct svga_surface * 130 svga_surface(struct pipe_surface *surface) in svga_surface() function 132 return (struct svga_surface *)surface; in svga_surface() 136 static inline const struct svga_surface * 139 return (const struct svga_surface *)surface; in svga_surface_const() 143 svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s);
|
D | svga_surface.c | 87 struct svga_surface dst, src; in svga_texture_copy_handle() 293 struct svga_surface *s; in svga_create_surface_view() 300 s = CALLOC_STRUCT(svga_surface); in svga_create_surface_view() 467 static struct svga_surface * 468 create_backed_surface_view(struct svga_context *svga, struct svga_surface *s, in create_backed_surface_view() 486 s->backed = svga_surface(backed_view); in create_backed_surface_view() 497 struct svga_surface *bs = s->backed; in create_backed_surface_view() 535 svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s) in svga_validate_surface_view() 665 struct svga_surface *s = svga_surface(surf); in svga_surface_destroy() 722 struct svga_surface *s = svga_surface(surf); in svga_mark_surface_dirty() [all …]
|
D | svga_pipe_clear.c | 210 svga_surface(fb->cbufs[i])); in try_clear() 222 svga_validate_surface_view(svga, svga_surface(fb->zsbuf)); in try_clear() 261 h = svga_surface(svga->curr.framebuffer.cbufs[0])->handle; in svga_clear() 289 struct svga_surface *svga_surface_dst; in svga_clear_texture() 304 svga_surface_dst = svga_surface(surface); in svga_clear_texture() 344 assert(svga_surface(dsv)->view_id != SVGA3D_INVALID_ID); in svga_clear_texture() 409 assert(svga_surface(rtv)->view_id != SVGA3D_INVALID_ID); in svga_clear_texture() 476 svga_validate_surface_view(svga, svga_surface(dst)); in svga_try_clear_render_target() 481 assert(svga_surface(rtv)->view_id != SVGA3D_INVALID_ID); in svga_try_clear_render_target()
|
D | svga_state_framebuffer.c | 214 rtv[i] = svga_validate_surface_view(svga, svga_surface(s)); in emit_fb_vgpu10() 222 assert(svga_surface(rtv[i])->view_id != SVGA3D_INVALID_ID); in emit_fb_vgpu10() 238 dsv = svga_validate_surface_view(svga, svga_surface(curr->zsbuf)); in emit_fb_vgpu10() 268 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) { in emit_fb_vgpu10() 270 &svga_surface(hw->cbufs[i])->backed->base, in emit_fb_vgpu10() 287 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) { in emit_fb_vgpu10() 289 &svga_surface(hw->zsbuf)->backed->base, in emit_fb_vgpu10() 363 svga_surface(hw->rtv[i])->handle, in svga_rebind_framebuffer_bindings() 373 svga_surface(hw->dsv)->handle, in svga_rebind_framebuffer_bindings()
|
D | svga_cmd_vgpu10.c | 53 struct svga_surface *s = svga_surface(surface); in view_relocation() 315 struct svga_surface *ss = svga_surface(color_surf); in SVGA3D_vgpu10_ClearRenderTargetView() 350 struct svga_surface *ss; in SVGA3D_vgpu10_SetRenderTargets() 368 ss = svga_surface(depth_stencil_surf); in SVGA3D_vgpu10_SetRenderTargets() 384 ss = svga_surface(color_surfs[i]); in SVGA3D_vgpu10_SetRenderTargets() 699 struct svga_surface *ss = svga_surface(ds_surf); in SVGA3D_vgpu10_ClearDepthStencilView()
|
D | svga_sampler_view.h | 40 struct svga_surface;
|
D | svga_state_sampler.c | 99 struct svga_surface *surf; in svga_check_sampler_framebuffer_resource_collision() 103 surf = svga_surface(svga->curr.framebuffer.cbufs[i]); in svga_check_sampler_framebuffer_resource_collision() 111 surf = svga_surface(svga->curr.framebuffer.zsbuf); in svga_check_sampler_framebuffer_resource_collision()
|
D | meson.build | 73 'svga_surface.c',
|
D | svga_cmd.c | 67 struct svga_surface *s = svga_surface(surface); in surface_to_surfaceid()
|
D | svga_draw.c | 274 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL, in draw_vgpu9()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 3451 "../src/gallium/drivers/svga/svga_surface.c", 3452 "../src/gallium/drivers/svga/svga_surface.h",
|