/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1409 SVGAMobId mobid; member 1424 SVGAMobId mobid; member 1435 SVGAMobId mobid; member 1641 SVGAMobId mobid; member 1657 SVGAMobId mobid; member 1669 SVGAMobId mobid; member 1684 SVGAMobId mobid; member 1699 SVGAMobId mobid; member 1783 SVGAMobId mobid; member 1792 SVGAMobId mobid; member [all …]
|
D | svga3d_dx.h | 174 SVGAMobId mobid; member 200 SVGAMobId mobid; member 285 SVGAMobId mobid; member 557 SVGAMobId mobid; member 585 SVGAMobId mobid; member 627 SVGAMobId mobid; member 637 SVGAMobId mobid; member 1800 SVGAMobId mobid; member 1819 SVGAMobId mobid; member 1829 SVGAMobId mobid; member [all …]
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 531 uint32 *mobid, in vmw_swc_surface_relocation() argument 537 assert(swc->have_gb_objects || mobid == NULL); in vmw_swc_surface_relocation() 541 if (mobid) in vmw_swc_surface_relocation() 542 *mobid = SVGA3D_INVALID_ID; in vmw_swc_surface_relocation() 566 vmw_swc_mob_relocation(swc, mobid, NULL, (struct svga_winsys_buffer *) in vmw_swc_surface_relocation() 575 uint32 *mobid, in vmw_swc_shader_relocation() argument 615 vmw_swc_mob_relocation(swc, mobid, offset, vshader->buf, in vmw_swc_shader_relocation()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_winsys.h | 303 uint32 *mobid, 331 uint32 *mobid,
|
D | svga_cmd.c | 1485 swc->mob_relocation(swc, &cmd->mobid, &cmd->offset, buffer, in SVGA3D_EndGBQuery() 1572 swc->mob_relocation(swc, &cmd->mobid, &cmd->offset, buffer, in SVGA3D_WaitForGBQuery() 1644 swc->shader_relocation(swc, &cmd->shid, &cmd->mobid, in SVGA3D_BindGBShader() 1697 swc->surface_relocation(swc, &cmd->sid, &cmd->mobid, surface, in SVGA3D_BindGBSurface()
|
D | svga_cmd_vgpu10.c | 653 swc->query_relocation(swc, &cmd->mobid, gbQuery); in SVGA3D_vgpu10_BindQuery() 1101 swc->shader_relocation(swc, NULL, &bcmd->mobid, in SVGA3D_vgpu10_DefineAndBindShader() 1794 swc->mob_relocation(swc, &bcmd->mobid, in SVGA3D_sm5_DefineAndBindStreamOutput()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1402 _debug_printf("\t\t.mobid = %u\n", cmd->mobid); in dump_SVGA3dCmdBindGBContext() 1424 _debug_printf("\t\t.mobid = %u\n", cmd->mobid); in dump_SVGA3dCmdBindGBShader() 1438 _debug_printf("\t\t.mobid = %u\n", cmd->mobid); in dump_SVGA3dCmdBindGBSurface() 1596 SVGA3D_DUMP_PARAMETER(mobid, u); in SVGA3D_DUMP_HEADER() 1602 SVGA3D_DUMP_PARAMETER(mobid, u); in SVGA3D_DUMP_HEADER() 1608 SVGA3D_DUMP_PARAMETER(mobid, u); in SVGA3D_DUMP_HEADER() 1646 SVGA3D_DUMP_PARAMETER(mobid, u); in SVGA3D_DUMP_HEADER() 1905 SVGA3D_DUMP_PARAMETER(mobid, u); in SVGA3D_DUMP_HEADER()
|