Searched refs:hwsmp (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/ |
| H A D | compute.c | 50 void *hwsmp[MAX_RESOURCES]; member in struct:context 382 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp); 383 assert(ctx->hwsmp[i]); 386 pipe->bind_sampler_states(pipe, PIPE_SHADER_COMPUTE, 0, i, ctx->hwsmp); 398 if (ctx->hwsmp[i]) { 399 pipe->delete_sampler_state(pipe, ctx->hwsmp[i]); 400 ctx->hwsmp[i] = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/ |
| H A D | compute.c | 50 void *hwsmp[MAX_RESOURCES]; member in struct:context 382 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp); 383 assert(ctx->hwsmp[i]); 386 pipe->bind_sampler_states(pipe, PIPE_SHADER_COMPUTE, 0, i, ctx->hwsmp); 398 if (ctx->hwsmp[i]) { 399 pipe->delete_sampler_state(pipe, ctx->hwsmp[i]); 400 ctx->hwsmp[i] = NULL;
|
Completed in 6 milliseconds