Searched refs:hwcs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c49 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;
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c49 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;

Completed in 135 milliseconds