Home
last modified time | relevance | path

Searched refs:cso_set_fragment_shader_handle (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c147 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][2]); in pp_jimenezmlaa_run()
179 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][3]); in pp_jimenezmlaa_run()
211 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][4]); in pp_jimenezmlaa_run()
Dpp_colors.c52 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][1]); in pp_nocolor()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c315 cso_set_fragment_shader_handle(cso, fs); in tgsi_vs_window_space_position()
379 cso_set_fragment_shader_handle(cso, fs); in null_sampler_view()
436 cso_set_fragment_shader_handle(cso, fs); in util_test_constant_buffer()
Du_blit.c192 cso_set_fragment_shader_handle(ctx->cso, ctx->fs[pipe_tex][writemask][idx]); in set_fragment_shader()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c66 cso_set_fragment_shader_handle(r->cso, shader.fs); in xa_yuv_bind_shaders()
Dxa_context.c333 cso_set_fragment_shader_handle(ctx->cso, shader.fs); in xa_solid_prepare()
Dxa_composite.c384 cso_set_fragment_shader_handle(ctx->cso, shader.fs); in bind_shaders()
Dxa_renderer.c480 cso_set_fragment_shader_handle(r->cso, shader.fs); in renderer_copy_prepare()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h108 void cso_set_fragment_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c648 void cso_set_fragment_shader_handle(struct cso_context *ctx, void *handle ) in cso_set_fragment_shader_handle() function
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c146 cso_set_fragment_shader_handle(st->cso_context, shader); in st_update_fp()
Dst_cb_clear.c114 cso_set_fragment_shader_handle(st->cso_context, st->clear.fs); in set_fragment_shader()
Dst_cb_readpixels.c239 cso_set_fragment_shader_handle(cso, fs); in try_pbo_readpixels()
Dst_cb_bitmap.c213 cso_set_fragment_shader_handle(cso, fpv->driver_shader); in setup_render_state()
Dst_cb_drawpixels.c641 cso_set_fragment_shader_handle(cso, driver_fp); in draw_textured_quad()
Dst_cb_texture.c1246 cso_set_fragment_shader_handle(cso, fs); in try_pbo_upload_common()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c255 cso_set_fragment_shader_handle(p->cso, p->fs); in draw()
Dquad-tex.c323 cso_set_fragment_shader_handle(p->cso, p->fs); in draw()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c95 cso_set_fragment_shader_handle(hud->cso, hud->fs_color); in hud_draw_colored_prims()
531 cso_set_fragment_shader_handle(hud->cso, hud->fs_color); in hud_draw_results()
566 cso_set_fragment_shader_handle(hud->cso, hud->fs_color); in hud_draw_results()
576 cso_set_fragment_shader_handle(hud->cso, hud->fs_text); in hud_draw_results()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c3103 cso_set_fragment_shader_handle(device->cso_sw, util_make_empty_fragment_shader(pipe_sw)); in nine_state_init_sw()