Home
last modified time | relevance | path

Searched refs:PIPE_BIND_CURSOR (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c75 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c192 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()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h139 if (pbind & PIPE_BIND_CURSOR) in pipe_to_virgl_bind()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c336 PIPE_BIND_CURSOR | in nouveau_screen_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h485 #define PIPE_BIND_CURSOR (1 << 11) /* mouse cursor */ macro
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1100 tex_usage |= PIPE_BIND_CURSOR; in dri2_create_image_common()
1432 bind |= PIPE_BIND_CURSOR; in dri2_validate_usage()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c536 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in vc4_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c773 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in v3d_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1030 if (bindings & (PIPE_BIND_SCANOUT | PIPE_BIND_CURSOR)) { in svga_texture_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c199 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR) ) in crocus_resource_configure_main()
Dcrocus_state.c8327 PIPE_BIND_CURSOR |
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1173 if (templ->bind & PIPE_BIND_CURSOR) in si_choose_tiling()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c622 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) { in iris_resource_configure_main()
Diris_state.c7249 PIPE_BIND_CURSOR | in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c428 tmpl.bind = PIPE_BIND_CURSOR | PIPE_BIND_SAMPLER_VIEW; in NineDevice9_ctor()