Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.c30 if (templ->bind & PIPE_BIND_GLOBAL) { in r600_resource_create()
54 if (res->target == PIPE_BUFFER && (res->bind & PIPE_BIND_GLOBAL)) { in r600_resource_destroy()
Devergreen_compute.c556 assert(resources[i]->bind & PIPE_BIND_GLOBAL); in evergreen_set_global_binding()
755 assert(templ->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_create()
791 assert(res->bind & PIPE_BIND_GLOBAL); in r600_compute_global_buffer_destroy()
807 assert(transfer->resource->bind & PIPE_BIND_GLOBAL); in r600_compute_global_transfer_map()
833 assert(transfer->resource->bind & PIPE_BIND_GLOBAL); in r600_compute_global_transfer_unmap()
Dr600_texture.c748 if ((transfer->resource->bind & PIPE_BIND_GLOBAL) && transfer->resource->target == PIPE_BUFFER) { in r600_texture_transfer_map()
777 if ((transfer->resource->bind & PIPE_BIND_GLOBAL) && transfer->resource->target == PIPE_BUFFER) { in r600_texture_transfer_unmap()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c175 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */ in nouveau_screen_init()
181 PIPE_BIND_GLOBAL; in nouveau_screen_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h308 #define PIPE_BIND_GLOBAL (1 << 18) /* set_global_binding */ macro
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp137 PIPE_BIND_GLOBAL | in root_resource()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst280 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
Dcontext.rst566 ``PIPE_BIND_GLOBAL`` flag can be mapped into it using the
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c189 PIPE_BIND_GLOBAL) in init_tex()