Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c219 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */ in nouveau_screen_init()
227 PIPE_BIND_GLOBAL; in nouveau_screen_init()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c681 assert(resources[i]->bind & PIPE_BIND_GLOBAL); in evergreen_set_global_binding()
945 assert(resource->bind & PIPE_BIND_GLOBAL); in r600_compute_global_transfer_map()
985 assert(res->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_destroy()
1013 assert(templ->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_create()
Dr600_blit.c541 if (src->bind & PIPE_BIND_GLOBAL) { in r600_copy_global_buffer()
558 if (dst->bind & PIPE_BIND_GLOBAL) { in r600_copy_global_buffer()
624 if ((src->bind & PIPE_BIND_GLOBAL) || in r600_resource_copy_region()
625 (dst->bind & PIPE_BIND_GLOBAL)) { in r600_resource_copy_region()
Dr600_pipe.c601 (templ->bind & PIPE_BIND_GLOBAL)) in r600_resource_create()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp140 PIPE_BIND_GLOBAL); in root_resource()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h424 #define PIPE_BIND_GLOBAL (1 << 13) /* set_global_binding */ macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c523 DEBUG_NAMED_VALUE(PIPE_BIND_GLOBAL), in debug_print_bind_flags()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c192 PIPE_BIND_GLOBAL) in init_tex()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst662 ``PIPE_BIND_GLOBAL`` flag can be mapped into it using the
Dscreen.rst563 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global