Home
last modified time | relevance | path

Searched refs:PIPE_BIND_GLOBAL (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c331 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */ in nouveau_screen_init()
339 PIPE_BIND_GLOBAL; in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c1025 assert(resources[i]->bind & PIPE_BIND_GLOBAL); in evergreen_set_global_binding()
1278 assert(resource->bind & PIPE_BIND_GLOBAL); in r600_compute_global_transfer_map()
1314 assert(res->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_destroy()
1336 assert(templ->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_create()
H A Dr600_blit.c599 if (src->bind & PIPE_BIND_GLOBAL) { in r600_copy_global_buffer()
616 if (dst->bind & PIPE_BIND_GLOBAL) { in r600_copy_global_buffer()
682 if ((src->bind & PIPE_BIND_GLOBAL) || in r600_resource_copy_region()
683 (dst->bind & PIPE_BIND_GLOBAL)) { in r600_resource_copy_region()
H A Dr600_buffer_common.c620 if ((templ->bind & PIPE_BIND_GLOBAL) && in r600_buffer_from_user_memory()
H A Dr600_pipe.c684 (templ->bind & PIPE_BIND_GLOBAL)) in r600_resource_create()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp178 PIPE_BIND_GLOBAL); in root_resource()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h488 #define PIPE_BIND_GLOBAL (1 << 13) /* set_global_binding */ macro
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c192 PIPE_BIND_GLOBAL) in init_tex()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c651 (bind & PIPE_BIND_GLOBAL) ? "Global memory" : in panfrost_resource_create_with_modifier()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c7482 PIPE_BIND_GLOBAL))); in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c8336 PIPE_BIND_GLOBAL)));

Completed in 66 milliseconds