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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_resource.c30 if (templ->bind & PIPE_BIND_GLOBAL) {
54 if (res->target == PIPE_BUFFER && (res->bind & PIPE_BIND_GLOBAL)) {
H A Devergreen_compute.c556 assert(resources[i]->bind & PIPE_BIND_GLOBAL);
755 assert(templ->bind & PIPE_BIND_GLOBAL);
791 assert(res->bind & PIPE_BIND_GLOBAL);
807 assert(transfer->resource->bind & PIPE_BIND_GLOBAL);
833 assert(transfer->resource->bind & PIPE_BIND_GLOBAL);
H A Dr600_texture.c748 if ((transfer->resource->bind & PIPE_BIND_GLOBAL) && transfer->resource->target == PIPE_BUFFER) {
777 if ((transfer->resource->bind & PIPE_BIND_GLOBAL) && transfer->resource->target == PIPE_BUFFER) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_resource.c30 if (templ->bind & PIPE_BIND_GLOBAL) {
54 if (res->target == PIPE_BUFFER && (res->bind & PIPE_BIND_GLOBAL)) {
H A Devergreen_compute.c556 assert(resources[i]->bind & PIPE_BIND_GLOBAL);
755 assert(templ->bind & PIPE_BIND_GLOBAL);
791 assert(res->bind & PIPE_BIND_GLOBAL);
807 assert(transfer->resource->bind & PIPE_BIND_GLOBAL);
833 assert(transfer->resource->bind & PIPE_BIND_GLOBAL);
H A Dr600_texture.c748 if ((transfer->resource->bind & PIPE_BIND_GLOBAL) && transfer->resource->target == PIPE_BUFFER) {
777 if ((transfer->resource->bind & PIPE_BIND_GLOBAL) && transfer->resource->target == PIPE_BUFFER) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c175 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */
181 PIPE_BIND_GLOBAL;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c175 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */
181 PIPE_BIND_GLOBAL;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_defines.h308 #define PIPE_BIND_GLOBAL (1 << 18) /* set_global_binding */ macro
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dresource.cpp137 PIPE_BIND_GLOBAL |
/external/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h308 #define PIPE_BIND_GLOBAL (1 << 18) /* set_global_binding */ macro
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp137 PIPE_BIND_GLOBAL |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c189 PIPE_BIND_GLOBAL)
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c189 PIPE_BIND_GLOBAL)

Completed in 486 milliseconds