Searched refs:region_flags (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 439 unsigned region_flags; local in function:SVGA3D_SurfaceDMA 443 region_flags = SVGA_RELOC_READ; 447 region_flags = SVGA_RELOC_WRITE; 462 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); 499 unsigned region_flags; local in function:SVGA3D_BufferDMA 505 region_flags = SVGA_RELOC_READ; 509 region_flags = SVGA_RELOC_WRITE; 524 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
|
| H A D | svga_resource_buffer_upload.c | 564 unsigned region_flags; local in function:svga_buffer_upload_hb_command 571 region_flags = SVGA_RELOC_READ; 575 region_flags = SVGA_RELOC_WRITE; 592 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 439 unsigned region_flags; local in function:SVGA3D_SurfaceDMA 443 region_flags = SVGA_RELOC_READ; 447 region_flags = SVGA_RELOC_WRITE; 462 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); 499 unsigned region_flags; local in function:SVGA3D_BufferDMA 505 region_flags = SVGA_RELOC_READ; 509 region_flags = SVGA_RELOC_WRITE; 524 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
|
| H A D | svga_resource_buffer_upload.c | 576 unsigned region_flags; local in function:svga_buffer_upload_hb_command 583 region_flags = SVGA_RELOC_READ; 587 region_flags = SVGA_RELOC_WRITE; 604 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
|
Completed in 13 milliseconds