HomeSort by relevance Sort by last modified time
    Searched refs:hwsmp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 50 void *hwsmp[MAX_RESOURCES]; member in struct:context
386 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp);
387 assert(ctx->hwsmp[i]);
390 pipe->bind_compute_sampler_states(pipe, 0, i, ctx->hwsmp);
401 if (ctx->hwsmp[i]) {
402 pipe->delete_sampler_state(pipe, ctx->hwsmp[i]);
403 ctx->hwsmp[i] = NULL;
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 50 void *hwsmp[MAX_RESOURCES]; member in struct:context
386 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp);
387 assert(ctx->hwsmp[i]);
390 pipe->bind_compute_sampler_states(pipe, 0, i, ctx->hwsmp);
401 if (ctx->hwsmp[i]) {
402 pipe->delete_sampler_state(pipe, ctx->hwsmp[i]);
403 ctx->hwsmp[i] = NULL;
    [all...]

Completed in 46 milliseconds