HomeSort by: relevance | last modified time | path
    Searched defs:surfaces (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
cubetexture9.h 33 struct NineSurface9 **surfaces; member in struct:NineCubeTexture9
texture9.h 33 struct NineSurface9 **surfaces; member in struct:NineTexture9
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
cubetexture9.h 32 struct NineSurface9 **surfaces; member in struct:NineCubeTexture9
texture9.h 32 struct NineSurface9 **surfaces; member in struct:NineTexture9
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_batch.h 46 struct set *surfaces; member in struct:d3d12_batch
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_xvmc.c 69 static XF86MCSurfaceInfoPtr surfaces[] = variable
111 surfaces,
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_xvmc.c 69 static XF86MCSurfaceInfoPtr surfaces[] = variable
111 surfaces,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
rbug_screen.h 59 struct rbug_list surfaces; member in struct:rbug_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_uvd.c 63 struct radeon_surf* surfaces[VL_NUM_COMPONENTS] = {}; local
118 surfaces[i] = &resources[i]->surface;
121 rvid_join_surfaces(&ctx->b, pbs, surfaces);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_framebuffer.h 58 struct pipe_surface *surfaces[PIPE_MAX_COLOR_BUFS + 1]; member in union:zink_framebuffer::__anon2080
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
rbug_screen.h 59 struct rbug_list surfaces; member in struct:rbug_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_uvd.c 63 struct radeon_surf* surfaces[VL_NUM_COMPONENTS] = {}; local
115 surfaces[i] = &resources[i]->surface;
118 rvid_join_surfaces(&ctx->b, pbs, surfaces);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_uvd.c 45 struct radeon_surf *surfaces[VL_NUM_COMPONENTS] = {}; local
72 * which can't handle joined surfaces. */
86 surfaces[i] = & resources[i]->surface;
90 si_vid_join_surfaces(ctx, pbs, surfaces);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
vl_hwmc.c 79 static XF86MCSurfaceInfoPtr surfaces[] = variable
100 surfaces,
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
vdpau.c 88 GLintptr surfaces[] = { (GLintptr)surf }; local
89 _mesa_VDPAUUnmapSurfacesNV(1, surfaces);
339 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces)
350 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
364 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
393 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces)
404 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
418 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
vdpau.c 87 GLintptr surfaces[] = { (GLintptr)surf }; local
88 _mesa_VDPAUUnmapSurfacesNV(1, surfaces);
338 _mesa_VDPAUMapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces)
349 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
363 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
392 _mesa_VDPAUUnmapSurfacesNV(GLsizei numSurfaces, const GLintptr *surfaces)
403 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
417 struct vdp_surface *surf = (struct vdp_surface *)surfaces[i];
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i965_hwmc.h 24 struct i965_xvmc_surface *surfaces[I965_MAX_SURFACES]; member in struct:i965_xvmc_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_state_sampler.c 249 struct svga_winsys_surface *surfaces[PIPE_MAX_SAMPLERS]; local
261 surfaces[i] = svga_resource_handle(sv->base.texture);
272 surfaces[i] = NULL;
280 surfaces[i] = NULL;
293 struct svga_winsys_surface **pSurf = surfaces;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
postproc.c 61 struct pipe_surface **surfaces; local
65 surfaces = dst->get_surfaces(dst);
66 if (!surfaces || !surfaces[0])
83 vl_compositor_render(&drv->cstate, &drv->compositor, surfaces[0], NULL, false);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_state_sampler.c 247 struct svga_winsys_surface *surfaces[PIPE_MAX_SAMPLERS]; local
259 surfaces[i] = svga_resource_handle(sv->base.texture);
270 surfaces[i] = NULL;
278 surfaces[i] = NULL;
291 struct svga_winsys_surface **pSurf = surfaces;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
postproc.c 61 struct pipe_surface **surfaces; local
65 surfaces = dst->get_surfaces(dst);
66 if (!surfaces || !surfaces[0])
83 vl_compositor_render(&drv->cstate, &drv->compositor, surfaces[0], NULL, false);

Completed in 48 milliseconds

1 2 3