Home
last modified time | relevance | path

Searched refs:PIPE_BIND_DISPLAY_TARGET (Results 1 – 25 of 46) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c65 PIPE_BIND_DISPLAY_TARGET | in fd3_screen_is_format_supported()
72 PIPE_BIND_DISPLAY_TARGET | in fd3_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c77 PIPE_BIND_DISPLAY_TARGET | in fd2_screen_is_format_supported()
82 PIPE_BIND_DISPLAY_TARGET | in fd2_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c67 PIPE_BIND_DISPLAY_TARGET | in fd4_screen_is_format_supported()
73 PIPE_BIND_DISPLAY_TARGET | in fd4_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c68 PIPE_BIND_DISPLAY_TARGET | in fd5_screen_is_format_supported()
74 PIPE_BIND_DISPLAY_TARGET | in fd5_screen_is_format_supported()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_defines.h61 PIPE_BIND_DISPLAY_TARGET |\
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c621 PIPE_BIND_DISPLAY_TARGET | in r300_is_format_supported()
664 PIPE_BIND_DISPLAY_TARGET | in r300_is_format_supported()
673 PIPE_BIND_DISPLAY_TARGET | in r300_is_format_supported()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c405 if (bind & (PIPE_BIND_DISPLAY_TARGET | in softpipe_is_format_supported()
438 ((bind & PIPE_BIND_DISPLAY_TARGET) == 0) && in softpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h127 if (pbind & PIPE_BIND_DISPLAY_TARGET) in pipe_to_virgl_bind()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c492 ((bind & PIPE_BIND_DISPLAY_TARGET) == 0)) { in llvmpipe_is_format_supported()
506 if (bind & PIPE_BIND_DISPLAY_TARGET) { in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/tests/graw/
Dclear.c78 PIPE_BIND_DISPLAY_TARGET); in init()
Dtri-gs.c212 PIPE_BIND_DISPLAY_TARGET); in init()
Dshader-leak.c204 PIPE_BIND_DISPLAY_TARGET); in init()
Dtri-instanced.c263 PIPE_BIND_DISPLAY_TARGET); in init()
Dgraw_util.h82 PIPE_BIND_DISPLAY_TARGET); in graw_util_create_window()
Dquad-sample.c331 PIPE_BIND_DISPLAY_TARGET); in init()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp111 if (bind & PIPE_BIND_DISPLAY_TARGET) { in swr_is_format_supported()
887 if (msaa_res->base.bind & (PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT in swr_create_resolve_resource()
929 if (res->base.bind & (PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT in swr_resource_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c248 PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | in nouveau_screen_init()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dhgl.c115 bind = PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_RENDER_TARGET; in hgl_st_framebuffer_validate_textures()
/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c97 PIPE_BIND_DISPLAY_TARGET); in wsw_is_dt_format_supported()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c115 bind = PIPE_BIND_DISPLAY_TARGET | in stw_st_framebuffer_validate_locked()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h362 #define PIPE_BIND_DISPLAY_TARGET (1 << 8) /* flush_front_buffer */ macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c309 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nvc0_miptree_create()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c157 bind = PIPE_BIND_DISPLAY_TARGET | in xmesa_st_framebuffer_validate_textures()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c511 DEBUG_NAMED_VALUE(PIPE_BIND_DISPLAY_TARGET), in debug_print_bind_flags()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h438 #define PIPE_BIND_DISPLAY_TARGET (1 << 7) /* flush_front_buffer */ macro

12