/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1385 SVGAMobId mobid; member 1400 SVGAMobId mobid; member 1411 SVGAMobId mobid; member 1617 SVGAMobId mobid; member 1633 SVGAMobId mobid; member 1645 SVGAMobId mobid; member 1660 SVGAMobId mobid; member 1675 SVGAMobId mobid; member 1759 SVGAMobId mobid; member 1768 SVGAMobId mobid; member [all …]
|
D | svga3d_dx.h | 158 SVGAMobId mobid; member 194 SVGAMobId mobid; member 468 SVGAMobId mobid; member 496 SVGAMobId mobid; member 538 SVGAMobId mobid; member 548 SVGAMobId mobid; member 1493 SVGAMobId mobid; member 1512 SVGAMobId mobid; member 1522 SVGAMobId mobid; member 1532 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 | 289 uint32 *mobid, 317 uint32 *mobid,
|
D | svga_cmd.c | 1483 swc->mob_relocation(swc, &cmd->mobid, &cmd->offset, buffer, in SVGA3D_EndGBQuery() 1570 swc->mob_relocation(swc, &cmd->mobid, &cmd->offset, buffer, in SVGA3D_WaitForGBQuery() 1642 swc->shader_relocation(swc, &cmd->shid, &cmd->mobid, in SVGA3D_BindGBShader() 1695 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() 1094 swc->shader_relocation(swc, NULL, &bcmd->mobid, in SVGA3D_vgpu10_DefineAndBindShader() 1605 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()
|