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

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 400 ctx->num_bound_samplers = 0;
422 ctx->num_bound_samplers = 1;
446 ctx->num_bound_samplers = 2;
466 cso_set_samplers(ctx->cso, PIPE_SHADER_FRAGMENT, ctx->num_bound_samplers,
468 cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, ctx->num_bound_samplers,
497 if (ctx->num_bound_samplers == 0 ) { /* solid fill */
513 if (ctx->num_bound_samplers == 0 ) { /* solid fill */
xa_context.c 354 ctx->num_bound_samplers = 0;
415 for (i = 0; i < ctx->num_bound_samplers; ++i)
417 ctx->num_bound_samplers = 0;
xa_yuv.c 94 r->num_bound_samplers = 3;
xa_priv.h 121 unsigned int num_bound_samplers; member in struct:xa_context
xa_renderer.c 452 r->num_bound_samplers = 1;
587 r->attrs_per_vertex = 1 + r->num_bound_samplers;

Completed in 91 milliseconds