Home
last modified time | relevance | path

Searched refs:PIPE_BIND_SHARED (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c72 PIPE_BIND_SHARED)) && in fd2_screen_is_format_supported()
77 PIPE_BIND_SHARED); in fd2_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c67 PIPE_BIND_SHARED)) && in fd5_screen_is_format_supported()
73 PIPE_BIND_SHARED); in fd5_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c69 PIPE_BIND_SHARED)) && in fd4_screen_is_format_supported()
75 PIPE_BIND_SHARED); in fd4_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c67 PIPE_BIND_SHARED | in fd3_screen_is_format_supported()
74 PIPE_BIND_SHARED); in fd3_screen_is_format_supported()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_defines.h63 PIPE_BIND_SHARED)
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c296 bind |= PIPE_BIND_SHARED; in xa_format_check_supported()
359 template->bind |= PIPE_BIND_SHARED; in surface_create()
461 template->bind |= PIPE_BIND_SHARED; in xa_surface_redefine()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c637 PIPE_BIND_SHARED | in r300_is_format_supported()
646 PIPE_BIND_SHARED); in r300_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c75 pipe_buffer_create(screen, PIPE_BIND_SHARED, in rvid_create_buffer()
Dr600_buffer_common.c536 if (templ->bind & PIPE_BIND_SHARED) in r600_buffer_create()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp107 & (PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | PIPE_BIND_SHARED)) { in swr_is_format_supported()
836 | PIPE_BIND_SHARED)) { in swr_resource_create()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c386 PIPE_BIND_SHARED)) { in softpipe_is_format_supported()
Dsp_texture.c174 PIPE_BIND_SHARED)) { in softpipe_resource_create_front()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c302 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED)) in nvc0_miptree_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c529 DEBUG_NAMED_VALUE(PIPE_BIND_SHARED), in debug_print_bind_flags()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h451 #define PIPE_BIND_SHARED (1 << 20) /* get_texture_handle ??? */ macro
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c257 templ.bind |= PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | in dri3_alloc_back_buffer()
266 templ.bind |= PIPE_BIND_SCANOUT | PIPE_BIND_SHARED; in dri3_alloc_back_buffer()
/external/drm_gralloc/
Dgralloc_drm_pipe.c91 unsigned bind = PIPE_BIND_SHARED; in get_pipe_bind()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c345 if (unlikely(buf->base.bind & PIPE_BIND_SHARED)) in nouveau_buffer_should_discard()
852 if (unlikely(buf->base.bind & PIPE_BIND_SHARED)) in nouveau_buffer_invalidate()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c521 usage & (PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | PIPE_BIND_SHARED); in etna_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c380 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED)) in nv50_miptree_create()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c258 PIPE_BIND_SHARED)) { in llvmpipe_resource_create_front()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c386 bindings &= ~PIPE_BIND_SHARED; in nv30_screen_is_format_supported()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c385 bind |= PIPE_BIND_SHARED; in dri2_allocate_buffer()
982 tex_usage |= PIPE_BIND_SHARED; in dri2_create_image()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c92 PIPE_BIND_SHARED | PIPE_BIND_SCANOUT; in vlVdpOutputSurfaceCreate()
/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c705 templat.bind = PIPE_BIND_LINEAR | PIPE_BIND_SHARED; in vlVaCreateSurfaces2()

12