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