Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c355 ctx->num_bound_samplers = 0; in xa_solid_done()
416 for (i = 0; i < ctx->num_bound_samplers; ++i) in xa_ctx_sampler_views_destroy()
418 ctx->num_bound_samplers = 0; in xa_ctx_sampler_views_destroy()
Dxa_composite.c509 ctx->num_bound_samplers = num_samplers; in bind_samplers()
534 if (ctx->num_bound_samplers == 0 ) { /* solid fill */ in xa_composite_prepare()
550 if (ctx->num_bound_samplers == 0 ) { /* solid fill */ in xa_composite_rect()
Dxa_yuv.c94 r->num_bound_samplers = 3; in xa_yuv_bind_samplers()
Dxa_priv.h120 unsigned int num_bound_samplers; member
Dxa_renderer.c434 r->num_bound_samplers = 1; in renderer_copy_prepare()
575 r->attrs_per_vertex = 1 + r->num_bound_samplers; in renderer_begin_textures()