Home | History | Annotate | Download | only in trivial

Lines Matching full:hwcs

49         void *hwcs;
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;