Searched refs:PIPE_BIND_CURSOR (Results 1 – 15 of 15) sorted by relevance
75 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nv50_mt_choose_storage_type()151 if (mt->base.base.bind & PIPE_BIND_CURSOR) in nv50_mt_choose_storage_type()370 if (pt->usage & PIPE_BIND_CURSOR) in nv50_miptree_create()389 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nv50_miptree_create()
192 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nvc0_mt_choose_storage_type()515 if (pt->usage & PIPE_BIND_CURSOR) in nvc0_miptree_create()535 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nvc0_miptree_create()
139 if (pbind & PIPE_BIND_CURSOR) in pipe_to_virgl_bind()
336 PIPE_BIND_CURSOR | in nouveau_screen_init()
485 #define PIPE_BIND_CURSOR (1 << 11) /* mouse cursor */ macro
1100 tex_usage |= PIPE_BIND_CURSOR; in dri2_create_image_common()1432 bind |= PIPE_BIND_CURSOR; in dri2_validate_usage()
536 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in vc4_resource_create_with_modifiers()
773 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in v3d_resource_create_with_modifiers()
1030 if (bindings & (PIPE_BIND_SCANOUT | PIPE_BIND_CURSOR)) { in svga_texture_create()
199 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR) ) in crocus_resource_configure_main()
8327 PIPE_BIND_CURSOR |
1173 if (templ->bind & PIPE_BIND_CURSOR) in si_choose_tiling()
622 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) { in iris_resource_configure_main()
7249 PIPE_BIND_CURSOR | in iris_rebind_buffer()
428 tmpl.bind = PIPE_BIND_CURSOR | PIPE_BIND_SAMPLER_VIEW; in NineDevice9_ctor()