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/
H A 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/
H A Dnvc0_miptree.c192 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nvc0_mt_choose_storage_type()
518 if (pt->usage & PIPE_BIND_CURSOR) in nvc0_miptree_create()
538 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nvc0_miptree_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h144 if (pbind & PIPE_BIND_CURSOR) in pipe_to_virgl_bind()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c335 PIPE_BIND_CURSOR | in nouveau_screen_init()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h486 #define PIPE_BIND_CURSOR (1 << 11) /* mouse cursor */ macro
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1143 tex_usage |= PIPE_BIND_CURSOR; in dri2_create_image_common()
1481 bind |= PIPE_BIND_CURSOR; in dri2_validate_usage()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c780 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in v3d_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c1006 if (bindings & (PIPE_BIND_SCANOUT | PIPE_BIND_CURSOR)) { in svga_texture_create()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c523 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in vc4_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c199 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR) ) in crocus_resource_configure_main()
H A Dcrocus_state.c8334 PIPE_BIND_CURSOR |
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1212 if (templ->bind & PIPE_BIND_CURSOR) in si_choose_tiling()
2285 /* TODO: PIPE_BIND_CURSOR - do we care? */ in si_check_resource_capability()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c672 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) { in iris_resource_configure_main()
H A Diris_state.c7480 PIPE_BIND_CURSOR | in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c428 tmpl.bind = PIPE_BIND_CURSOR | PIPE_BIND_SAMPLER_VIEW; in NineDevice9_ctor()

Completed in 52 milliseconds