Searched refs:SVGA3D_FIFOReserve (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 108 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, in SVGA3D_FIFOReserve() function 170 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_DefineContext() 204 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_DestroyContext() 284 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_BeginDefineSurface() 372 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_DestroySurface() 455 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_SurfaceDMA() 517 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_BufferDMA() 592 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_SetRenderTarget() 645 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_DefineShader() 687 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_DestroyShader() [all …]
|
D | svga_cmd_vgpu10.c | 84 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \ 94 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \ 178 SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_PredCopyRegion() 203 SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_PredCopy() 239 SVGA3dCmdDXSetShader *cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_SetShader() 268 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_SetShaderResources() 317 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_ClearRenderTargetView() 355 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_SetRenderTargets() 446 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_SET_PREDICATION, in SVGA3D_vgpu10_SetPredication() 468 cmd = SVGA3D_FIFOReserve(swc, in SVGA3D_vgpu10_SetSOTargets() [all …]
|
D | svga_resource_buffer_upload.c | 478 invalidate_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command() 507 update_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command() 597 cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_hb_command()
|
D | svga_cmd.h | 59 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs);
|