HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_BIND_GLOBAL (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 219 screen->lowmem_bindings = PIPE_BIND_GLOBAL; /* gallium limit */
227 PIPE_BIND_GLOBAL;
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 681 assert(resources[i]->bind & PIPE_BIND_GLOBAL);
945 assert(resource->bind & PIPE_BIND_GLOBAL);
    [all...]
r600_blit.c 541 if (src->bind & PIPE_BIND_GLOBAL) {
558 if (dst->bind & PIPE_BIND_GLOBAL) {
624 if ((src->bind & PIPE_BIND_GLOBAL) ||
625 (dst->bind & PIPE_BIND_GLOBAL)) {
r600_pipe.c 601 (templ->bind & PIPE_BIND_GLOBAL))
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 140 PIPE_BIND_GLOBAL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 523 DEBUG_NAMED_VALUE(PIPE_BIND_GLOBAL),
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 424 #define PIPE_BIND_GLOBAL (1 << 13) /* set_global_binding */
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 192 PIPE_BIND_GLOBAL)
    [all...]

Completed in 62 milliseconds