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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_gallium.c74 DEBUG_NAMED_VALUE(PIPE_BIND_GLOBAL),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c255 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */
263 PIPE_BIND_GLOBAL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c332 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */
340 PIPE_BIND_GLOBAL;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp140 PIPE_BIND_GLOBAL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c992 assert(resources[i]->bind & PIPE_BIND_GLOBAL);
1242 assert(resource->bind & PIPE_BIND_GLOBAL);
1282 assert(res->bind & PIPE_BIND_GLOBAL);
1310 assert(templ->bind & PIPE_BIND_GLOBAL);
H A Dr600_blit.c604 if (src->bind & PIPE_BIND_GLOBAL) {
621 if (dst->bind & PIPE_BIND_GLOBAL) {
687 if ((src->bind & PIPE_BIND_GLOBAL) ||
688 (dst->bind & PIPE_BIND_GLOBAL)) {
H A Dr600_pipe.c728 (templ->bind & PIPE_BIND_GLOBAL))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dresource.cpp177 PIPE_BIND_GLOBAL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c1024 assert(resources[i]->bind & PIPE_BIND_GLOBAL);
1274 assert(resource->bind & PIPE_BIND_GLOBAL);
1307 assert(res->bind & PIPE_BIND_GLOBAL);
1326 assert(templ->bind & PIPE_BIND_GLOBAL);
H A Dr600_blit.c606 if (src->bind & PIPE_BIND_GLOBAL) {
623 if (dst->bind & PIPE_BIND_GLOBAL) {
689 if ((src->bind & PIPE_BIND_GLOBAL) ||
690 (dst->bind & PIPE_BIND_GLOBAL)) {
H A Dr600_pipe.c706 (templ->bind & PIPE_BIND_GLOBAL))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h457 #define PIPE_BIND_GLOBAL (1 << 13) /* set_global_binding */ macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h487 #define PIPE_BIND_GLOBAL (1 << 13) /* set_global_binding */ macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dcompute.c192 PIPE_BIND_GLOBAL)
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dcompute.c192 PIPE_BIND_GLOBAL)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c666 (bind & PIPE_BIND_GLOBAL) ? "Global memory" :
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst821 ``PIPE_BIND_GLOBAL`` flag can be mapped into it using the
H A Dscreen.rst720 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst849 ``PIPE_BIND_GLOBAL`` flag can be mapped into it using the
H A Dscreen.rst829 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c5671 PIPE_BIND_GLOBAL)));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c7252 PIPE_BIND_GLOBAL)));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c8329 PIPE_BIND_GLOBAL)));

Completed in 57 milliseconds