Home | History | Annotate | Download | only in trivial

Lines Matching full:hwcs

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