HomeSort by relevance Sort by last modified time
    Searched defs:scanout (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/auxiliary/renderonly/
renderonly.c 56 struct renderonly_scanout *scanout; local
58 scanout = CALLOC_STRUCT(renderonly_scanout);
59 if (!scanout)
62 scanout->prime = rsc;
64 return scanout;
68 renderonly_scanout_destroy(struct renderonly_scanout *scanout)
70 FREE(scanout);
78 struct renderonly_scanout *scanout; local
88 scanout = CALLOC_STRUCT(renderonly_scanout);
89 if (!scanout)
141 struct renderonly_scanout *scanout; local
    [all...]
  /external/drm_gralloc/
gralloc_drm_nouveau.c 72 int tiled, scanout; local
79 scanout = !!(usage & GRALLOC_USAGE_HW_FB);
85 else if (scanout && info->tiled_scanout)
91 if (scanout && !info->tiled_scanout)
129 tile_flags = (scanout && cpp != 2) ? 0x7a00 : 0x7000;
161 if (scanout)
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_resource.h 61 struct renderonly_scanout *scanout; member in struct:etna_resource
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_surface.h 96 bool scanout; member in struct:ilo_state_surface
ilo_image.h 180 bool scanout; member in struct:ilo_image
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 70 uint32_t scanout:1; member in struct:svga_host_surface_cache_key
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 147 * @scanout: Boolean whether the surface is intended to be used as a
148 * scanout.
160 int32_t scanout; member in struct:drm_vmw_surface_create_req
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 86 __s32 scanout; member in struct:drm_vmw_surface_create_req
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 175 * @scanout: Boolean whether the surface is intended to be used as a
176 * scanout.
188 __s32 scanout; member in struct:drm_vmw_surface_create_req
899 * @drm_vmw_surface_flag_scanout: Whether the surface is a scanout
  /external/libdrm/include/drm/
vmwgfx_drm.h 170 * @scanout: Boolean whether the surface is intended to be used as a
171 * scanout.
183 __s32 scanout; member in struct:drm_vmw_surface_create_req
889 * @drm_vmw_surface_flag_scanout: Whether the surface is a scanout
  /external/mesa3d/src/amd/vulkan/
radv_radeon_winsys.h 244 bool scanout; member in struct:radeon_bo_metadata
radv_private.h 1094 bool scanout; member in struct:radv_image_create_info
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_winsys.h 244 bool scanout; member in struct:radeon_bo_metadata
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 172 * @scanout: Boolean whether the surface is intended to be used as a
173 * scanout.
185 int32_t scanout; member in struct:drm_vmw_surface_create_req
892 * @drm_vmw_surface_flag_scanout: Whether the surface is a scanout

Completed in 226 milliseconds