Home
last modified time | relevance | path

Searched refs:svga_winsys_context (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h47 struct svga_winsys_context;
59 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs);
62 SVGA_FIFOCommitAll(struct svga_winsys_context *swc);
68 SVGA3D_GetLastCommand(const struct svga_winsys_context *swc) in SVGA3D_GetLastCommand()
78 SVGA3D_ResetLastCommand(struct svga_winsys_context *swc) in SVGA3D_ResetLastCommand()
89 SVGA3D_DefineContext(struct svga_winsys_context *swc);
92 SVGA3D_DestroyContext(struct svga_winsys_context *swc);
100 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc,
108 SVGA3D_DefineSurface2D(struct svga_winsys_context *swc,
114 SVGA3D_DestroySurface(struct svga_winsys_context *swc,
[all …]
Dsvga_winsys.h260 struct svga_winsys_context struct
263 (*destroy)(struct svga_winsys_context *swc); argument
266 (*reserve)(struct svga_winsys_context *swc, argument
273 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument
284 (*surface_relocation)(struct svga_winsys_context *swc, argument
299 (*region_relocation)(struct svga_winsys_context *swc, argument
312 (*shader_relocation)(struct svga_winsys_context *swc, argument
326 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument
340 (*mob_relocation)(struct svga_winsys_context *swc, argument
354 (*query_relocation)(struct svga_winsys_context *swc, argument
[all …]
Dsvga_cmd_vgpu10.c47 view_relocation(struct svga_winsys_context *swc, // IN in view_relocation()
67 surface_to_resourceid(struct svga_winsys_context *swc, // IN in surface_to_resourceid()
170 SVGA3D_vgpu10_PredCopyRegion(struct svga_winsys_context *swc, in SVGA3D_vgpu10_PredCopyRegion()
198 SVGA3D_vgpu10_PredCopy(struct svga_winsys_context *swc, in SVGA3D_vgpu10_PredCopy()
219 SVGA3D_vgpu10_SetViewports(struct svga_winsys_context *swc, in SVGA3D_vgpu10_SetViewports()
234 SVGA3D_vgpu10_SetShader(struct svga_winsys_context *swc, in SVGA3D_vgpu10_SetShader()
257 SVGA3D_vgpu10_SetShaderResources(struct svga_winsys_context *swc, in SVGA3D_vgpu10_SetShaderResources()
293 SVGA3D_vgpu10_SetSamplers(struct svga_winsys_context *swc, in SVGA3D_vgpu10_SetSamplers()
310 SVGA3D_vgpu10_ClearRenderTargetView(struct svga_winsys_context *swc, in SVGA3D_vgpu10_ClearRenderTargetView()
342 SVGA3D_vgpu10_SetRenderTargets(struct svga_winsys_context *swc, in SVGA3D_vgpu10_SetRenderTargets()
[all …]
Dsvga_cmd.c61 surface_to_surfaceid(struct svga_winsys_context *swc, // IN in surface_to_surfaceid()
108 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, in SVGA3D_FIFOReserve()
131 SVGA_FIFOCommitAll(struct svga_winsys_context *swc) in SVGA_FIFOCommitAll()
166 SVGA3D_DefineContext(struct svga_winsys_context *swc) // IN in SVGA3D_DefineContext()
200 SVGA3D_DestroyContext(struct svga_winsys_context *swc) // IN in SVGA3D_DestroyContext()
274 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc, in SVGA3D_BeginDefineSurface()
323 SVGA3D_DefineSurface2D(struct svga_winsys_context *swc, // IN in SVGA3D_DefineSurface2D()
367 SVGA3D_DestroySurface(struct svga_winsys_context *swc, in SVGA3D_DestroySurface()
428 SVGA3D_SurfaceDMA(struct svga_winsys_context *swc, in SVGA3D_SurfaceDMA()
487 SVGA3D_BufferDMA(struct svga_winsys_context *swc, in SVGA3D_BufferDMA()
[all …]
Dsvga_resource_buffer.h293 struct svga_winsys_context *swc = svga->swc; in svga_buffer_hw_storage_map()
329 struct svga_winsys_context *swc = svga->swc; in svga_buffer_hw_storage_unmap()
Dsvga_screen.h37 struct svga_winsys_context;
Dsvga_draw.h34 struct svga_winsys_context;
Dsvga_shader.c415 struct svga_winsys_context *swc = svga->swc; in define_gb_shader_vgpu10()
597 struct svga_winsys_context *swc = svga->swc; in svga_destroy_shader_variant()
634 struct svga_winsys_context *swc = svga->swc; in svga_rebind_shaders()
Dsvga_draw_private.h141 struct svga_winsys_context *swc;
Dsvga_context.c513 struct svga_winsys_context *
514 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function
Dsvga_resource_buffer_upload.c453 struct svga_winsys_context *swc = svga->swc; in svga_buffer_upload_gb_command()
568 struct svga_winsys_context *swc = svga->swc; in svga_buffer_upload_hb_command()
Dsvga_pipe_streamout.c511 struct svga_winsys_context *swc = svga->swc; in svga_rebind_stream_output_targets()
Dsvga_context.h474 struct svga_winsys_context *swc;
Dsvga_resource_texture.c439 struct svga_winsys_context *swc = svga->swc; in svga_texture_transfer_map_direct()
685 struct svga_winsys_context *swc = svga->swc; in svga_texture_surface_unmap()
Dsvga_draw.c193 struct svga_winsys_context *swc = hwtnl->cmd.swc; in draw_vgpu9()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.h38 struct svga_winsys_context;
62 struct svga_winsys_context *
69 vmw_swc_surface_clear_reference(struct svga_winsys_context *swc,
Dvmw_context.c96 struct svga_winsys_context base;
158 vmw_svga_winsys_context(struct svga_winsys_context *swc) in vmw_svga_winsys_context()
179 vmw_swc_flush(struct svga_winsys_context *swc, in vmw_swc_flush()
307 vmw_swc_reserve(struct svga_winsys_context *swc, in vmw_swc_reserve()
356 vmw_swc_get_command_buffer_size(struct svga_winsys_context *swc) in vmw_swc_get_command_buffer_size()
363 vmw_swc_context_relocation(struct svga_winsys_context *swc, in vmw_swc_context_relocation()
386 vmw_swc_region_relocation(struct svga_winsys_context *swc, in vmw_swc_region_relocation()
423 vmw_swc_mob_relocation(struct svga_winsys_context *swc, in vmw_swc_mob_relocation()
479 vmw_swc_surface_clear_reference(struct svga_winsys_context *swc, in vmw_swc_surface_clear_reference()
493 vmw_swc_surface_only_relocation(struct svga_winsys_context *swc, in vmw_swc_surface_only_relocation()
[all …]
Dvmw_surface.h90 vmw_svga_winsys_surface_map(struct svga_winsys_context *swc,
95 vmw_svga_winsys_surface_unmap(struct svga_winsys_context *swc,
Dvmw_query.h62 vmw_swc_query_bind(struct svga_winsys_context *swc,
Dvmw_surface.c103 vmw_svga_winsys_surface_map(struct svga_winsys_context *swc, in vmw_svga_winsys_surface_map()
229 vmw_svga_winsys_surface_unmap(struct svga_winsys_context *swc, in vmw_svga_winsys_surface_unmap()
Dvmw_query.c137 vmw_swc_query_bind(struct svga_winsys_context *swc, in vmw_swc_query_bind()