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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dcompute.c49 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;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dcompute.c49 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;

Completed in 6 milliseconds