HomeSort by relevance Sort by last modified time
    Searched full:hwcs (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/tests/trivial/
compute.c 49 void *hwcs; member in struct:context
162 ctx->hwcs = pipe->create_compute_state(pipe, &cs);
163 assert(ctx->hwcs);
165 pipe->bind_compute_state(pipe, ctx->hwcs);
172 pipe->delete_compute_state(pipe, ctx->hwcs);
173 ctx->hwcs = NULL;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 184 // There have been reports of HWCs that signal several vsync events

Completed in 115 milliseconds