Home
last modified time | relevance | path

Searched refs:PIPE_BIND_GLOBAL (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c332 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */ in nouveau_screen_init()
340 PIPE_BIND_GLOBAL; in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c606 if (src->bind & PIPE_BIND_GLOBAL) { in r600_copy_global_buffer()
623 if (dst->bind & PIPE_BIND_GLOBAL) { in r600_copy_global_buffer()
689 if ((src->bind & PIPE_BIND_GLOBAL) || in r600_resource_copy_region()
690 (dst->bind & PIPE_BIND_GLOBAL)) { in r600_resource_copy_region()
Devergreen_compute.c1024 assert(resources[i]->bind & PIPE_BIND_GLOBAL); in evergreen_set_global_binding()
1274 assert(resource->bind & PIPE_BIND_GLOBAL); in r600_compute_global_transfer_map()
1307 assert(res->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_destroy()
1326 assert(templ->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_create()
Dr600_pipe.c706 (templ->bind & PIPE_BIND_GLOBAL)) in r600_resource_create()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp177 PIPE_BIND_GLOBAL); in root_resource()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h487 #define PIPE_BIND_GLOBAL (1 << 13) /* set_global_binding */ macro
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c192 PIPE_BIND_GLOBAL) in init_tex()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c666 (bind & PIPE_BIND_GLOBAL) ? "Global memory" : in panfrost_resource_create_with_modifier()
/third_party/mesa3d/docs/gallium/
Dcontext.rst849 ``PIPE_BIND_GLOBAL`` flag can be mapped into it using the
Dscreen.rst829 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c7251 PIPE_BIND_GLOBAL))); in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c8329 PIPE_BIND_GLOBAL)));