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 Dsvga_cmd.c291 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 Dsvga_cmd_vgpu10.c185 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 Dsvga_resource_buffer_upload.c476 (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 Dsvga_state_framebuffer.c352 SVGA_RELOC_WRITE);
362 SVGA_RELOC_WRITE);
H A Dsvga_pipe_streamout.c324 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE);
H A Dsvga_winsys.h65 * 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 Dsvga_cmd.c291 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 Dsvga_cmd_vgpu10.c185 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 Dsvga_resource_buffer_upload.c488 (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 Dsvga_winsys.h65 * SVGA_RELOC_WRITE - The command will cause a GPU write to this
76 #define SVGA_RELOC_WRITE (1 << 0) macro
H A Dsvga_state_framebuffer.c369 SVGA_RELOC_WRITE);
379 SVGA_RELOC_WRITE);
H A Dsvga_pipe_streamout.c516 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 Dvmw_context.c172 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 Dvmw_context.c171 if (flags & SVGA_RELOC_WRITE)
634 SVGA_RELOC_READ | SVGA_RELOC_WRITE);

Completed in 24 milliseconds