Home
last modified time | relevance | path

Searched refs:PIPE_BIND_SCANOUT (Results 1 – 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c69 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED)) && in fd4_screen_is_format_supported()
73 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED); in fd4_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c68 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | PIPE_BIND_BLENDABLE)) && in fd3_screen_is_format_supported()
72 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED); in fd3_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c85 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | PIPE_BIND_COMPUTE_RESOURCE)) && in fd5_screen_is_format_supported()
89 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | in fd5_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c71 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED)) && in fd2_screen_is_format_supported()
74 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED); in fd2_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_screen.c99 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | PIPE_BIND_COMPUTE_RESOURCE)) && in fd6_screen_is_format_supported()
102 PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | in fd6_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c228 if (template->bind & PIPE_BIND_SCANOUT) in tegra_screen_resource_create()
238 if (template->bind & PIPE_BIND_SCANOUT) { in tegra_screen_resource_create()
340 presource->bind & PIPE_BIND_SCANOUT) { in tegra_screen_resource_get_handle()
490 tmpl.bind |= PIPE_BIND_SCANOUT; in tegra_screen_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_defines.h62 PIPE_BIND_SCANOUT |\
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c309 bind |= PIPE_BIND_SCANOUT; in xa_format_check_supported()
372 template->bind |= PIPE_BIND_SCANOUT; in surface_create()
474 template->bind |= PIPE_BIND_SCANOUT; in xa_surface_redefine()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c682 PIPE_BIND_SCANOUT)) { in r300_is_format_supported()
725 PIPE_BIND_SCANOUT | in r300_is_format_supported()
734 PIPE_BIND_SCANOUT | in r300_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.h38 #define PAN_BIND_SHARED_MASK (PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | \
Dpan_resource.c303 PIPE_BIND_SCANOUT | in panfrost_should_afbc()
378 PIPE_BIND_SCANOUT | in panfrost_should_tile()
643 (bind & PIPE_BIND_SCANOUT) ? "Scanout" : in panfrost_resource_create_with_modifier()
656 if (dev->ro && (template->bind & PIPE_BIND_SCANOUT)) { in panfrost_resource_create_with_modifier()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c518 if (screen->ro && (tmpl->bind & PIPE_BIND_SCANOUT)) in vc4_resource_create_with_modifiers()
530 if ((tmpl->bind & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT)) && in vc4_resource_create_with_modifiers()
538 PIPE_BIND_SCANOUT)) && !screen->has_tiling_ioctl) in vc4_resource_create_with_modifiers()
586 ((tmpl->bind & PIPE_BIND_SCANOUT) || in vc4_resource_create_with_modifiers()
595 (tmpl->bind & PIPE_BIND_SCANOUT) ? "scanout " : "", in vc4_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h148 if (pbind & PIPE_BIND_SCANOUT) in pipe_to_virgl_bind()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c131 if (mt->base.base.bind & PIPE_BIND_SCANOUT) { in nv50_mt_choose_storage_type()
372 else if (pt->usage & PIPE_BIND_SCANOUT) in nv50_miptree_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c196 if (templat->bind & (PIPE_BIND_LINEAR | PIPE_BIND_SCANOUT)) in _lima_resource_create_with_modifiers()
221 if (screen->ro && (templat->bind & PIPE_BIND_SCANOUT)) in _lima_resource_create_with_modifiers()
264 tmpl.bind |= PIPE_BIND_SCANOUT; in lima_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c270 if (unlikely(templat->bind & PIPE_BIND_SCANOUT) && screen->ro) { in etna_resource_alloc()
347 (templat->bind & (PIPE_BIND_LINEAR | PIPE_BIND_SCANOUT)) || in etna_resource_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c792 tmpl->bind & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT)) in v3d_resource_create_with_modifiers()
798 if (tmpl->bind & PIPE_BIND_SCANOUT) in v3d_resource_create_with_modifiers()
820 if (screen->ro && (tmpl->bind & PIPE_BIND_SCANOUT)) { in v3d_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c334 PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c422 PIPE_BIND_SCANOUT | in softpipe_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c263 if (pt->bind & PIPE_BIND_SCANOUT) in i9x5_special_layout()
946 if ((template->bind & PIPE_BIND_SCANOUT) && template->width0 != 64) in i915_texture_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c444 (pt->bind & PIPE_BIND_SCANOUT) || in nv30_miptree_create()
451 if (pt->bind & PIPE_BIND_SCANOUT) { in nv30_miptree_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1006 if (bindings & (PIPE_BIND_SCANOUT | PIPE_BIND_CURSOR)) { in svga_texture_create()
1044 use_typeless = !(bindings & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT | in svga_texture_create()
1052 !(bindings & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT | in svga_texture_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c82 if (bind & PIPE_BIND_SCANOUT) in modifier_is_supported()
165 if (bindings & PIPE_BIND_SCANOUT) in pipe_bind_to_isl_usage()
201 else if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_configure_main()
712 if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c260 templ.bind |= PIPE_BIND_SCANOUT | PIPE_BIND_SHARED | in dri3_alloc_back_buffer()
269 templ.bind |= PIPE_BIND_SCANOUT | PIPE_BIND_SHARED; in dri3_alloc_back_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c104 if (res->b.b.bind & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT)) in si_init_resource_fields()
112 res->b.b.bind & (PIPE_BIND_SCANOUT | PIPE_BIND_DEPTH_STENCIL))) in si_init_resource_fields()

123