| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 49 * param flags mask of SVGA_RELOC_READ / _WRITE 443 region_flags = SVGA_RELOC_READ; 448 surface_flags = SVGA_RELOC_READ; 505 region_flags = SVGA_RELOC_READ; 510 surface_flags = SVGA_RELOC_READ; 1069 surface_to_surfaceid(swc, src, &cmd->src, SVGA_RELOC_READ); 1112 surface_to_surfaceid(swc, src, &cmd->src, SVGA_RELOC_READ); 1484 0, SVGA_RELOC_READ | SVGA_RELOC_WRITE); 1529 SVGA_RELOC_READ | SVGA_RELOC_WRITE); 1571 0, SVGA_RELOC_READ | SVGA_RELOC_WRIT [all...] |
| H A D | svga_cmd_vgpu10.c | 186 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); 211 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); 283 SVGA_RELOC_READ); 743 SVGA_RELOC_READ); 786 SVGA_RELOC_READ | SVGA_RELOC_WRITE); 831 SVGA_RELOC_READ | SVGA_RELOC_WRITE); 1193 SVGA_RELOC_READ); 1226 swc->surface_relocation(swc, &cmd->sid, NULL, indexes, SVGA_RELOC_READ); 1257 swc->surface_relocation(swc, &cmd->sid, NULL, surface, SVGA_RELOC_READ); 1281 SVGA_RELOC_READ | SVGA_RELOC_INTERNA [all...] |
| H A D | svga_draw.c | 308 NULL, vb_handle[i], SVGA_RELOC_READ); 317 NULL, ib_handle[i], SVGA_RELOC_READ); 398 SVGA_RELOC_READ); 431 SVGA_RELOC_READ); 453 SVGA_RELOC_READ); 668 NULL, SVGA_RELOC_READ); 725 SVGA_RELOC_READ);
|
| H A D | svga_shader.c | 620 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ); 627 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ); 634 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ);
|
| H A D | svga_state_tss.c | 211 SVGA_RELOC_READ); 290 SVGA_RELOC_READ);
|
| H A D | svga_state_vs.c | 229 SVGA_RELOC_READ);
|
| H A D | svga_winsys.h | 67 * SVGA_RELOC_READ - The command will cause a GPU read from this 77 #define SVGA_RELOC_READ (1 << 1) macro
|
| H A D | svga_state_fs.c | 382 SVGA_RELOC_READ);
|
| H A D | svga_resource_buffer_upload.c | 571 region_flags = SVGA_RELOC_READ; 576 surface_flags = SVGA_RELOC_READ;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 49 * param flags mask of SVGA_RELOC_READ / _WRITE 443 region_flags = SVGA_RELOC_READ; 448 surface_flags = SVGA_RELOC_READ; 505 region_flags = SVGA_RELOC_READ; 510 surface_flags = SVGA_RELOC_READ; 1069 surface_to_surfaceid(swc, src, &cmd->src, SVGA_RELOC_READ); 1112 surface_to_surfaceid(swc, src, &cmd->src, SVGA_RELOC_READ); 1484 0, SVGA_RELOC_READ | SVGA_RELOC_WRITE); 1529 SVGA_RELOC_READ | SVGA_RELOC_WRITE); 1571 0, SVGA_RELOC_READ | SVGA_RELOC_WRIT [all...] |
| H A D | svga_cmd_vgpu10.c | 186 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); 211 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); 283 SVGA_RELOC_READ); 743 SVGA_RELOC_READ); 786 SVGA_RELOC_READ | SVGA_RELOC_WRITE); 831 SVGA_RELOC_READ | SVGA_RELOC_WRITE); 1193 SVGA_RELOC_READ); 1226 swc->surface_relocation(swc, &cmd->sid, NULL, indexes, SVGA_RELOC_READ); 1257 swc->surface_relocation(swc, &cmd->sid, NULL, surface, SVGA_RELOC_READ); 1306 SVGA_RELOC_READ | SVGA_RELOC_INTERNA [all...] |
| H A D | svga_shader.c | 684 ret = swc->resource_rebind(swc, NULL, hw->vs->gb_shader, SVGA_RELOC_READ); 691 ret = swc->resource_rebind(swc, NULL, hw->gs->gb_shader, SVGA_RELOC_READ); 698 ret = swc->resource_rebind(swc, NULL, hw->fs->gb_shader, SVGA_RELOC_READ); 705 ret = swc->resource_rebind(swc, NULL, hw->tcs->gb_shader, SVGA_RELOC_READ); 712 ret = swc->resource_rebind(swc, NULL, hw->tes->gb_shader, SVGA_RELOC_READ);
|
| H A D | svga_draw.c | 308 NULL, vb_handle[i], SVGA_RELOC_READ); 317 NULL, ib_handle[i], SVGA_RELOC_READ); 399 SVGA_RELOC_READ); 430 SVGA_RELOC_READ); 461 SVGA_RELOC_READ); 735 NULL, SVGA_RELOC_READ); 792 SVGA_RELOC_READ);
|
| H A D | svga_state_tss.c | 211 SVGA_RELOC_READ); 291 SVGA_RELOC_READ);
|
| H A D | svga_state_vs.c | 240 SVGA_RELOC_READ);
|
| H A D | svga_winsys.h | 67 * SVGA_RELOC_READ - The command will cause a GPU read from this 77 #define SVGA_RELOC_READ (1 << 1) macro
|
| H A D | svga_state_fs.c | 393 SVGA_RELOC_READ);
|
| H A D | svga_resource_buffer_upload.c | 583 region_flags = SVGA_RELOC_READ; 588 surface_flags = SVGA_RELOC_READ;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 169 if (flags & SVGA_RELOC_READ) 563 (flags & (SVGA_RELOC_READ | SVGA_RELOC_WRITE)) != 564 (SVGA_RELOC_READ | SVGA_RELOC_WRITE)) 565 flags ^= (SVGA_RELOC_READ | SVGA_RELOC_WRITE); 616 0, SVGA_RELOC_READ); 626 SVGA_RELOC_READ | SVGA_RELOC_WRITE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 168 if (flags & SVGA_RELOC_READ) 624 0, SVGA_RELOC_READ); 634 SVGA_RELOC_READ | SVGA_RELOC_WRITE);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 407 - svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
|
| H A D | 19.1.0.rst | 839 - svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
|