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

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 49 void *hwcs; member in struct:context
159 ctx->hwcs = pipe->create_compute_state(pipe, &cs);
160 assert(ctx->hwcs);
162 pipe->bind_compute_state(pipe, ctx->hwcs);
169 pipe->delete_compute_state(pipe, ctx->hwcs);
170 ctx->hwcs = NULL;
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 49 void *hwcs; member in struct:context
159 ctx->hwcs = pipe->create_compute_state(pipe, &cs);
160 assert(ctx->hwcs);
162 pipe->bind_compute_state(pipe, ctx->hwcs);
169 pipe->delete_compute_state(pipe, ctx->hwcs);
170 ctx->hwcs = NULL;
    [all...]

Completed in 651 milliseconds