Home
last modified time | relevance | path

Searched refs:cso_set_sampler_views (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c144 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 1, &p->view); in pp_jimenezmlaa_run()
176 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 3, arr); in pp_jimenezmlaa_run()
208 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 2, arr); in pp_jimenezmlaa_run()
Dpp_colors.c49 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 1, &p->view); in pp_nocolor()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c96 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 3, r->bound_sampler_views); in xa_yuv_bind_samplers()
Dxa_context.c329 cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, 0, NULL); in xa_solid_prepare()
Dxa_composite.c468 cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, ctx->num_bound_samplers, in bind_samplers()
Dxa_renderer.c463 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 1, &src_view); in renderer_copy_prepare()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h193 cso_set_sampler_views(struct cso_context *cso,
Dcso_context.c1322 cso_set_sampler_views(struct cso_context *ctx, in cso_set_sampler_views() function
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c212 cso_set_sampler_views(st->cso_context, in update_textures()
Dst_cb_readpixels.c187 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, 1, &sampler_view); in try_pbo_readpixels()
Dst_cb_drawpixels.c702 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num, sampler_views); in draw_textured_quad()
705 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, sv); in draw_textured_quad()
Dst_cb_bitmap.c248 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num, sampler_views); in setup_render_state()
Dst_cb_texture.c1212 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, 1, &sampler_view); in try_pbo_upload_common()
/external/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c320 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 1, &p->view); in draw()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c593 cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, 1, &src_sampler_view); in util_blit_pixels_tex()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c938 cso_set_sampler_views(context->cso, PIPE_SHADER_FRAGMENT, num_textures, view); in update_textures_and_samplers()
986 cso_set_sampler_views(context->cso, PIPE_SHADER_VERTEX, num_textures, view); in update_textures_and_samplers()
3054 cso_set_sampler_views(cso, PIPE_SHADER_VERTEX, 0, NULL); in nine_context_clear()
3055 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, 0, NULL); in nine_context_clear()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c524 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, 1, in hud_draw_results()