Searched refs:region_flags (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 430 unsigned region_flags; in SVGA3D_SurfaceDMA() local 434 region_flags = SVGA_RELOC_READ; in SVGA3D_SurfaceDMA() 438 region_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA() 453 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); in SVGA3D_SurfaceDMA() 488 unsigned region_flags; in SVGA3D_BufferDMA() local 492 region_flags = SVGA_RELOC_READ; in SVGA3D_BufferDMA() 496 region_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA() 511 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in SVGA3D_BufferDMA()
|
D | svga_resource_buffer_upload.c | 187 unsigned region_flags; in svga_buffer_upload_command() local 192 region_flags = SVGA_RELOC_READ; in svga_buffer_upload_command() 196 region_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_command() 213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in svga_buffer_upload_command()
|