Searched refs:surface_flags (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 48 int *mc_type, int *surface_flags, in Validate() argument 64 assert(surface_flags); in Validate() 99 *surface_flags = surface_info[l].flags; in Validate() 113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h); in Validate() 188 int surface_flags = 0; in XvMCCreateContext() local 205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext() 221 if (surface_flags & XVMC_INTRA_UNSIGNED) { in XvMCCreateContext()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 431 unsigned surface_flags; in SVGA3D_SurfaceDMA() local 435 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA() 439 surface_flags = SVGA_RELOC_READ; in SVGA3D_SurfaceDMA() 456 swc->surface_relocation(swc, &cmd->host.sid, texture->handle, surface_flags); in SVGA3D_SurfaceDMA() 489 unsigned surface_flags; in SVGA3D_BufferDMA() local 493 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA() 497 surface_flags = SVGA_RELOC_READ; in SVGA3D_BufferDMA() 514 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags); in SVGA3D_BufferDMA()
|
D | svga_resource_buffer_upload.c | 188 unsigned surface_flags; in svga_buffer_upload_command() local 193 surface_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_command() 197 surface_flags = SVGA_RELOC_READ; in svga_buffer_upload_command() 216 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags); in svga_buffer_upload_command()
|