Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c49 void *hwcs; member
162 ctx->hwcs = pipe->create_compute_state(pipe, &cs); in init_prog()
163 assert(ctx->hwcs); in init_prog()
165 pipe->bind_compute_state(pipe, ctx->hwcs); in init_prog()
172 pipe->delete_compute_state(pipe, ctx->hwcs); in destroy_prog()
173 ctx->hwcs = NULL; in destroy_prog()