Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c48 int *mc_type, int *surface_flags, in Validate()
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
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext()
222 if (surface_flags & XVMC_INTRA_UNSIGNED) { in XvMCCreateContext()
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) Validate() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c440 unsigned surface_flags; in SVGA3D_SurfaceDMA() local
446 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA()
450 surface_flags = SVGA_RELOC_READ; in SVGA3D_SurfaceDMA()
468 texture->handle, surface_flags); in SVGA3D_SurfaceDMA()
502 unsigned surface_flags; in SVGA3D_BufferDMA() local
508 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA()
512 surface_flags = SVGA_RELOC_READ; in SVGA3D_BufferDMA()
530 NULL, host, surface_flags); in SVGA3D_BufferDMA()
H A Dsvga_resource_buffer_upload.c583 unsigned surface_flags; in svga_buffer_upload_hb_command() local
590 surface_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_hb_command()
594 surface_flags = SVGA_RELOC_READ; in svga_buffer_upload_hb_command()
613 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags); in svga_buffer_upload_hb_command()

Completed in 5 milliseconds