/external/mesa3d/src/gallium/auxiliary/renderonly/ |
D | renderonly.c | 55 renderonly_scanout_destroy(struct renderonly_scanout *scanout, in renderonly_scanout_destroy() argument 61 destroy_dumb.handle = scanout->handle; in renderonly_scanout_destroy() 64 FREE(scanout); in renderonly_scanout_destroy() 72 struct renderonly_scanout *scanout; in renderonly_create_kms_dumb_buffer_for_resource() local 81 scanout = CALLOC_STRUCT(renderonly_scanout); in renderonly_create_kms_dumb_buffer_for_resource() 82 if (!scanout) in renderonly_create_kms_dumb_buffer_for_resource() 93 scanout->handle = create_dumb.handle; in renderonly_create_kms_dumb_buffer_for_resource() 94 scanout->stride = create_dumb.pitch; in renderonly_create_kms_dumb_buffer_for_resource() 97 return scanout; in renderonly_create_kms_dumb_buffer_for_resource() 111 return scanout; in renderonly_create_kms_dumb_buffer_for_resource() [all …]
|
D | renderonly.h | 78 renderonly_scanout_destroy(struct renderonly_scanout *scanout, 82 renderonly_get_handle(struct renderonly_scanout *scanout, in renderonly_get_handle() argument 85 if (!scanout) in renderonly_get_handle() 89 handle->handle = scanout->handle; in renderonly_get_handle() 90 handle->stride = scanout->stride; in renderonly_get_handle()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_resource.c | 238 struct renderonly_scanout *scanout; in etna_resource_alloc() local 248 scanout = renderonly_scanout_for_resource(&scanout_templat, in etna_resource_alloc() 250 if (!scanout) in etna_resource_alloc() 262 rsc->scanout = scanout; in etna_resource_alloc() 466 if (rsc->scanout) in etna_resource_destroy() 467 renderonly_scanout_destroy(rsc->scanout, etna_screen(pscreen)->ro); in etna_resource_destroy() 587 struct renderonly_scanout *scanout = rsc->scanout; in etna_resource_get_handle() local 602 if (renderonly_get_handle(scanout, handle)) { in etna_resource_get_handle()
|
D | etnaviv_resource.h | 62 struct renderonly_scanout *scanout; member
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 378 if (rsc->scanout) in vc4_resource_destroy() 379 renderonly_scanout_destroy(rsc->scanout, screen->ro); in vc4_resource_destroy() 420 if (screen->ro && renderonly_get_handle(rsc->scanout, whandle)) in vc4_resource_get_handle() 672 rsc->scanout = in vc4_resource_create_with_modifiers() 674 if (!rsc->scanout) in vc4_resource_create_with_modifiers() 774 rsc->scanout = in vc4_resource_from_handle() 778 if (!rsc->scanout) in vc4_resource_from_handle()
|
D | vc4_resource.h | 57 struct renderonly_scanout *scanout; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 158 create_info->scanout || (device->instance->debug_flags & RADV_DEBUG_NO_DCC) || in radv_init_surface() 161 if (create_info->scanout) in radv_init_surface() 645 metadata->u.legacy.scanout = (surface->flags & RADEON_SURF_SCANOUT) != 0; in radv_init_metadata() 916 if (!vk_format_is_depth(pCreateInfo->format) && !create_info->scanout && !image->shareable) { in radv_image_create() 1207 bool scanout = wsi_info && wsi_info->scanout; in radv_CreateImage() local 1212 .scanout = scanout, in radv_CreateImage()
|
D | radv_android.c | 116 .scanout = true, in radv_image_from_gralloc()
|
D | radv_radeon_winsys.h | 142 bool scanout; member
|
/external/wayland/ |
D | TODO | 49 - Protocol for arbitrating access to scanout buffers (physically 52 we send a "give up your scanout buffer" to the current fullscreen 54 allocate a scanout buffer now" event to the fullscreen-to-be
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.h | 71 uint32_t scanout:1; member
|
D | svga_screen_cache.c | 545 if (key->scanout) in svga_screen_surface_create()
|
/external/virglrenderer/src/ |
D | vrend_renderer.h | 102 virgl_gl_context (*create_gl_context)(int scanout, struct virgl_gl_ctx_param *params); 104 int (*make_current)(int scanout, virgl_gl_context ctx);
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 42 bool scanout; member
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_gpu.h | 300 __le32 scanout; member
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 185 int32_t scanout; member
|
/external/libdrm/include/drm/ |
D | vmwgfx_drm.h | 188 __s32 scanout; member
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 196 __s32 scanout; member
|
/external/mesa3d/docs/specs/ |
D | MESA_drm_image.spec | 96 should be usable as a scanout buffer with the DRM kernel
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_winsys.h | 198 bool scanout; member
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | control.demo | 66 'Failed to create scanout buffer',
|
D | control.test | 92 'Failed to create scanout buffer',
|
D | control.qual | 92 'Failed to create scanout buffer',
|
D | control.sanity | 92 'Failed to create scanout buffer',
|
D | control.mimo | 124 'Failed to create scanout buffer',
|