HomeSort by relevance Sort by last modified time
    Searched refs:surface_init (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h 377 int (*surface_init)(struct radeon_winsys *ws, member in struct:radeon_winsys
radeon_drm_winsys.c 431 ws->base.surface_init = radeon_drm_winsys_surface_init;
  /external/libdrm/radeon/
radeon_surface.c 114 hw_init_surface_t surface_init; member in struct:radeon_surface_manager
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 169 r = rscreen->ws->surface_init(rscreen->ws, &rtex->surface);
296 if (rscreen->ws->surface_init(rscreen->ws, &fmask)) {
297 R600_ERR("Got error in surface_init while allocating FMASK.\n");
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 160 r = rscreen->ws->surface_init(rscreen->ws, &rtex->surface);

Completed in 91 milliseconds