compute.c | 49 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; [all...] |