Searched refs:svga_winsys_context (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_context.h38 struct svga_winsys_context;
62 struct svga_winsys_context *
69 vmw_swc_surface_clear_reference(struct svga_winsys_context *swc,
H A Dvmw_surface.h90 vmw_svga_winsys_surface_map(struct svga_winsys_context *swc,
94 vmw_svga_winsys_surface_unmap(struct svga_winsys_context *swc,
98 vmw_svga_winsys_surface_invalidate(struct svga_winsys_context *swc,
H A Dvmw_query.h62 vmw_swc_query_bind(struct svga_winsys_context *swc,
H A Dvmw_context.c95 struct svga_winsys_context base;
157 vmw_svga_winsys_context(struct svga_winsys_context *swc)
178 vmw_swc_flush(struct svga_winsys_context *swc,
306 vmw_swc_reserve(struct svga_winsys_context *swc,
355 vmw_swc_get_command_buffer_size(struct svga_winsys_context *swc)
362 vmw_swc_context_relocation(struct svga_winsys_context *swc,
394 vmw_swc_region_relocation(struct svga_winsys_context *swc,
431 vmw_swc_mob_relocation(struct svga_winsys_context *swc,
478 * @swc: Pointer to an svga_winsys_context
487 vmw_swc_surface_clear_reference(struct svga_winsys_context *sw
[all...]
H A Dvmw_surface.c39 vmw_svga_winsys_surface_map(struct svga_winsys_context *swc,
163 vmw_svga_winsys_surface_unmap(struct svga_winsys_context *swc,
180 vmw_svga_winsys_surface_invalidate(struct svga_winsys_context *swc,
H A Dvmw_query.c137 vmw_swc_query_bind(struct svga_winsys_context *swc,
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_context.h38 struct svga_winsys_context;
62 struct svga_winsys_context *
69 vmw_swc_surface_clear_reference(struct svga_winsys_context *swc,
H A Dvmw_surface.h90 vmw_svga_winsys_surface_map(struct svga_winsys_context *swc,
95 vmw_svga_winsys_surface_unmap(struct svga_winsys_context *swc,
H A Dvmw_query.h62 vmw_swc_query_bind(struct svga_winsys_context *swc,
H A Dvmw_context.c96 struct svga_winsys_context base;
158 vmw_svga_winsys_context(struct svga_winsys_context *swc)
179 vmw_swc_flush(struct svga_winsys_context *swc,
307 vmw_swc_reserve(struct svga_winsys_context *swc,
356 vmw_swc_get_command_buffer_size(struct svga_winsys_context *swc)
363 vmw_swc_context_relocation(struct svga_winsys_context *swc,
386 vmw_swc_region_relocation(struct svga_winsys_context *swc,
423 vmw_swc_mob_relocation(struct svga_winsys_context *swc,
470 * @swc: Pointer to an svga_winsys_context
479 vmw_swc_surface_clear_reference(struct svga_winsys_context *sw
[all...]
H A Dvmw_query.c137 vmw_swc_query_bind(struct svga_winsys_context *swc,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A 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)
78 SVGA3D_ResetLastCommand(struct svga_winsys_context *swc)
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 *sw
[all...]
H A Dsvga_winsys.h263 struct svga_winsys_context struct
266 (*destroy)(struct svga_winsys_context *swc);
269 (*reserve)(struct svga_winsys_context *swc,
276 (*get_command_buffer_size)(struct svga_winsys_context *swc);
287 (*surface_relocation)(struct svga_winsys_context *swc,
302 (*region_relocation)(struct svga_winsys_context *swc,
315 (*shader_relocation)(struct svga_winsys_context *swc,
329 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid);
343 (*mob_relocation)(struct svga_winsys_context *swc,
357 (*query_relocation)(struct svga_winsys_context *sw
[all...]
H A Dsvga_cmd_vgpu10.c47 view_relocation(struct svga_winsys_context *swc, // IN
67 surface_to_resourceid(struct svga_winsys_context *swc, // IN
170 SVGA3D_vgpu10_PredCopyRegion(struct svga_winsys_context *swc,
198 SVGA3D_vgpu10_PredCopy(struct svga_winsys_context *swc,
219 SVGA3D_vgpu10_SetViewports(struct svga_winsys_context *swc,
234 SVGA3D_vgpu10_SetShader(struct svga_winsys_context *swc,
257 SVGA3D_vgpu10_SetShaderResources(struct svga_winsys_context *swc,
293 SVGA3D_vgpu10_SetSamplers(struct svga_winsys_context *swc,
310 SVGA3D_vgpu10_ClearRenderTargetView(struct svga_winsys_context *swc,
342 SVGA3D_vgpu10_SetRenderTargets(struct svga_winsys_context *sw
[all...]
H A Dsvga_cmd.c61 surface_to_surfaceid(struct svga_winsys_context *swc, // IN
108 SVGA3D_FIFOReserve(struct svga_winsys_context *swc,
131 SVGA_FIFOCommitAll(struct svga_winsys_context *swc)
166 SVGA3D_DefineContext(struct svga_winsys_context *swc) // IN
200 SVGA3D_DestroyContext(struct svga_winsys_context *swc) // IN
274 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc,
323 SVGA3D_DefineSurface2D(struct svga_winsys_context *swc, // IN
367 SVGA3D_DestroySurface(struct svga_winsys_context *swc,
428 SVGA3D_SurfaceDMA(struct svga_winsys_context *swc,
487 SVGA3D_BufferDMA(struct svga_winsys_context *sw
[all...]
H A Dsvga_draw.h34 struct svga_winsys_context;
H A Dsvga_screen.h37 struct svga_winsys_context;
H A Dsvga_resource_buffer.h290 struct svga_winsys_context *swc = svga->swc;
326 struct svga_winsys_context *swc = svga->swc;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A 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)
78 SVGA3D_ResetLastCommand(struct svga_winsys_context *swc)
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 *sw
[all...]
H A Dsvga_winsys.h251 struct svga_winsys_context struct
254 (*destroy)(struct svga_winsys_context *swc);
257 (*reserve)(struct svga_winsys_context *swc,
264 (*get_command_buffer_size)(struct svga_winsys_context *swc);
275 (*surface_relocation)(struct svga_winsys_context *swc,
290 (*region_relocation)(struct svga_winsys_context *swc,
303 (*shader_relocation)(struct svga_winsys_context *swc,
317 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid);
331 (*mob_relocation)(struct svga_winsys_context *swc,
345 (*query_relocation)(struct svga_winsys_context *sw
[all...]
H A Dsvga_cmd_vgpu10.c47 view_relocation(struct svga_winsys_context *swc, // IN
67 surface_to_resourceid(struct svga_winsys_context *swc, // IN
170 SVGA3D_vgpu10_PredCopyRegion(struct svga_winsys_context *swc,
198 SVGA3D_vgpu10_PredCopy(struct svga_winsys_context *swc,
219 SVGA3D_vgpu10_SetViewports(struct svga_winsys_context *swc,
234 SVGA3D_vgpu10_SetShader(struct svga_winsys_context *swc,
257 SVGA3D_vgpu10_SetShaderResources(struct svga_winsys_context *swc,
293 SVGA3D_vgpu10_SetSamplers(struct svga_winsys_context *swc,
310 SVGA3D_vgpu10_ClearRenderTargetView(struct svga_winsys_context *swc,
342 SVGA3D_vgpu10_SetRenderTargets(struct svga_winsys_context *sw
[all...]
H A Dsvga_cmd.c61 surface_to_surfaceid(struct svga_winsys_context *swc, // IN
108 SVGA3D_FIFOReserve(struct svga_winsys_context *swc,
131 SVGA_FIFOCommitAll(struct svga_winsys_context *swc)
166 SVGA3D_DefineContext(struct svga_winsys_context *swc) // IN
200 SVGA3D_DestroyContext(struct svga_winsys_context *swc) // IN
274 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc,
323 SVGA3D_DefineSurface2D(struct svga_winsys_context *swc, // IN
367 SVGA3D_DestroySurface(struct svga_winsys_context *swc,
428 SVGA3D_SurfaceDMA(struct svga_winsys_context *swc,
487 SVGA3D_BufferDMA(struct svga_winsys_context *sw
[all...]
H A Dsvga_draw.h34 struct svga_winsys_context;
H A Dsvga_screen.h37 struct svga_winsys_context;
H A Dsvga_draw_private.h132 struct svga_winsys_context *swc;

Completed in 16 milliseconds

12