Home
last modified time | relevance | path

Searched refs:PIPE_BIND_BLENDABLE (Results 1 – 21 of 21) sorted by relevance

/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()
74 retval |= usage & PIPE_BIND_BLENDABLE; in fd3_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.h130 PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_BLENDABLE)) == in etna_resource_sampler_only()
Detnaviv_surface.c74 PIPE_BIND_BLENDABLE); in etna_render_handle_incompatible()
Detnaviv_texture.c227 PIPE_BIND_BLENDABLE); in etna_texture_handle_incompatible()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c727 PIPE_BIND_BLENDABLE)) && in r300_is_format_supported()
738 retval |= usage & PIPE_BIND_BLENDABLE; in r300_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c52 #define _B__ PIPE_BIND_RENDER_TARGET | PIPE_BIND_BLENDABLE
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h477 #define PIPE_BIND_BLENDABLE (1 << 2) /* create_surface */ macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c300 PIPE_BIND_BLENDABLE | in panfrost_should_afbc()
375 PIPE_BIND_BLENDABLE | in panfrost_should_tile()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c49 #define U_TB PIPE_BIND_BLENDABLE | U_TR
50 #define U_IB PIPE_BIND_BLENDABLE | U_IR
Dnv50_shader_state.c194 PIPE_BIND_BLENDABLE); in nv50_fragprog_validate()
/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c363 bind |= PIPE_BIND_BLENDABLE; in NineAdapter9_CheckDeviceFormat()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp638 if (bind & PIPE_BIND_BLENDABLE && in d3d12_is_format_supported()
Dd3d12_resource.cpp531 res->base.b.bind |= PIPE_BIND_RENDER_TARGET | PIPE_BIND_BLENDABLE | PIPE_BIND_DISPLAY_TARGET; in d3d12_resource_from_handle()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c217 PIPE_BIND_BLENDABLE)) && in r600_is_format_supported()
226 retval |= usage & PIPE_BIND_BLENDABLE; in r600_is_format_supported()
Devergreen_state.c288 PIPE_BIND_BLENDABLE)) && in evergreen_is_format_supported()
297 retval |= usage & PIPE_BIND_BLENDABLE; in evergreen_is_format_supported()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1112 PIPE_BIND_BLENDABLE); in st_init_extensions()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1214 if (bind & PIPE_BIND_BLENDABLE && in zink_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2465 PIPE_BIND_SHARED | PIPE_BIND_BLENDABLE)) && in si_is_format_supported()
2470 retval |= usage & PIPE_BIND_BLENDABLE; in si_is_format_supported()
/third_party/mesa3d/docs/gallium/
Dscreen.rst827 * ``PIPE_BIND_BLENDABLE``: Used in conjunction with PIPE_BIND_RENDER_TARGET to
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c7478 PIPE_BIND_BLENDABLE | in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c8332 PIPE_BIND_BLENDABLE |