Searched refs:SVGA_RELOC_WRITE (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 291 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 378 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 444 surface_flags = SVGA_RELOC_WRITE; 447 region_flags = SVGA_RELOC_WRITE; 506 surface_flags = SVGA_RELOC_WRITE; 509 region_flags = SVGA_RELOC_WRITE; 599 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE); 1070 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); 1113 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); 1484 0, SVGA_RELOC_READ | SVGA_RELOC_WRITE); [all...] |
| H A D | svga_cmd_vgpu10.c | 185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); 210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); 331 SVGA_RELOC_WRITE); 370 SVGA_RELOC_WRITE); 376 SVGA_RELOC_WRITE); 385 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); 389 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); 484 SVGA_RELOC_WRITE); 490 SVGA_RELOC_WRITE); 714 SVGA_RELOC_WRITE); [all...] |
| H A D | svga_resource_buffer_upload.c | 476 (SVGA_RELOC_WRITE | 510 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 529 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 572 surface_flags = SVGA_RELOC_WRITE; 575 region_flags = SVGA_RELOC_WRITE;
|
| H A D | svga_state_framebuffer.c | 352 SVGA_RELOC_WRITE); 362 SVGA_RELOC_WRITE);
|
| H A D | svga_pipe_streamout.c | 324 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
|
| H A D | svga_winsys.h | 65 * SVGA_RELOC_WRITE - The command will cause a GPU write to this 76 #define SVGA_RELOC_WRITE (1 << 0) macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 291 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 378 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 444 surface_flags = SVGA_RELOC_WRITE; 447 region_flags = SVGA_RELOC_WRITE; 506 surface_flags = SVGA_RELOC_WRITE; 509 region_flags = SVGA_RELOC_WRITE; 599 surface_to_surfaceid(swc, surface, &cmd->target, SVGA_RELOC_WRITE); 1070 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); 1113 surface_to_surfaceid(swc, dest, &cmd->dest, SVGA_RELOC_WRITE); 1484 0, SVGA_RELOC_READ | SVGA_RELOC_WRITE); [all...] |
| H A D | svga_cmd_vgpu10.c | 185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); 210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); 331 SVGA_RELOC_WRITE); 370 SVGA_RELOC_WRITE); 376 SVGA_RELOC_WRITE); 385 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); 389 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); 484 SVGA_RELOC_WRITE); 490 SVGA_RELOC_WRITE); 714 SVGA_RELOC_WRITE); [all...] |
| H A D | svga_resource_buffer_upload.c | 488 (SVGA_RELOC_WRITE | 522 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 541 SVGA_RELOC_WRITE | SVGA_RELOC_INTERNAL); 584 surface_flags = SVGA_RELOC_WRITE; 587 region_flags = SVGA_RELOC_WRITE;
|
| H A D | svga_winsys.h | 65 * SVGA_RELOC_WRITE - The command will cause a GPU write to this 76 #define SVGA_RELOC_WRITE (1 << 0) macro
|
| H A D | svga_state_framebuffer.c | 369 SVGA_RELOC_WRITE); 379 SVGA_RELOC_WRITE);
|
| H A D | svga_pipe_streamout.c | 516 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 172 if (flags & SVGA_RELOC_WRITE) 563 (flags & (SVGA_RELOC_READ | SVGA_RELOC_WRITE)) != 564 (SVGA_RELOC_READ | SVGA_RELOC_WRITE)) 565 flags ^= (SVGA_RELOC_READ | SVGA_RELOC_WRITE); 626 SVGA_RELOC_READ | SVGA_RELOC_WRITE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 171 if (flags & SVGA_RELOC_WRITE) 634 SVGA_RELOC_READ | SVGA_RELOC_WRITE);
|
Completed in 24 milliseconds