Searched refs:PIPE_BIND_GLOBAL (Results 1 – 9 of 9) sorted by relevance
30 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()
556 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()
748 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()
175 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */ in nouveau_screen_init()181 PIPE_BIND_GLOBAL; in nouveau_screen_init()
308 #define PIPE_BIND_GLOBAL (1 << 18) /* set_global_binding */ macro
137 PIPE_BIND_GLOBAL | in root_resource()
280 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
566 ``PIPE_BIND_GLOBAL`` flag can be mapped into it using the
189 PIPE_BIND_GLOBAL) in init_tex()