Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h73 cso_set_samplers(struct cso_context *cso,
Dcso_context.c1083 cso_set_samplers(struct cso_context *ctx, in cso_set_samplers() function
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c95 cso_set_samplers(r->cso, PIPE_SHADER_FRAGMENT, 3, (const struct pipe_sampler_state **)samplers); in xa_yuv_bind_samplers()
Dxa_context.c318 cso_set_samplers(ctx->cso, PIPE_SHADER_FRAGMENT, 0, NULL); in xa_solid_prepare()
Dxa_composite.c462 cso_set_samplers(ctx->cso, PIPE_SHADER_FRAGMENT, ctx->num_bound_samplers, in bind_samplers()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_composite.c421 cso_set_samplers(exa->renderer->cso, PIPE_SHADER_FRAGMENT, in bind_samplers()
555 cso_set_samplers(exa->renderer->cso, PIPE_SHADER_FRAGMENT, 0, NULL); in xorg_solid_bind_state()
Dxorg_xv.c485 cso_set_samplers(port->r->cso, PIPE_SHADER_FRAGMENT, 3, in bind_samplers()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c491 cso_set_samplers(cso, PIPE_SHADER_FRAGMENT, num, in draw_bitmap_quad()
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c464 cso_set_samplers(renderer->cso, PIPE_SHADER_FRAGMENT, num_samplers, samplers); in renderer_set_custom_fs()