Searched refs:surface_flags (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c48 int *mc_type, int *surface_flags,
64 assert(surface_flags);
99 *surface_flags = surface_info[l].flags;
113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h);
188 int surface_flags = 0; local
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
222 if (surface_flags & XVMC_INTRA_UNSIGNED) {
45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c438 unsigned surface_flags; local
442 surface_flags = SVGA_RELOC_WRITE;
446 surface_flags = SVGA_RELOC_READ;
464 texture->handle, surface_flags);
498 unsigned surface_flags; local
504 surface_flags = SVGA_RELOC_WRITE;
508 surface_flags = SVGA_RELOC_READ;
526 NULL, host, surface_flags);
H A Dsvga_resource_buffer_upload.c353 unsigned surface_flags; local
360 surface_flags = SVGA_RELOC_WRITE;
364 surface_flags = SVGA_RELOC_READ;
383 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags);

Completed in 427 milliseconds