Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c140 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][2]); in pp_jimenezmlaa_run()
172 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][3]); in pp_jimenezmlaa_run()
204 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][4]); in pp_jimenezmlaa_run()
Dpp_colors.c53 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][1]); in pp_nocolor()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c338 cso_set_fragment_shader_handle(cso, fs); in tgsi_vs_window_space_position()
402 cso_set_fragment_shader_handle(cso, fs); in null_sampler_view()
459 cso_set_fragment_shader_handle(cso, fs); in util_test_constant_buffer()
501 cso_set_fragment_shader_handle(cso, fs); in disabled_fragment_shader()
658 cso_set_fragment_shader_handle(cso, fs); in test_texture_barrier()
685 cso_set_fragment_shader_handle(cso, NULL); in test_texture_barrier()
756 cso_set_fragment_shader_handle(cso, fs); in test_texture_barrier()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h119 void cso_set_fragment_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c630 void cso_set_fragment_shader_handle(struct cso_context *ctx, void *handle ) in cso_set_fragment_shader_handle() function
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c66 cso_set_fragment_shader_handle(r->cso, shader.fs); in xa_yuv_bind_shaders()
Dxa_context.c335 cso_set_fragment_shader_handle(ctx->cso, shader.fs); in xa_solid_prepare()
Dxa_composite.c441 cso_set_fragment_shader_handle(ctx->cso, shader.fs); in bind_shaders()
Dxa_renderer.c466 cso_set_fragment_shader_handle(r->cso, shader.fs); in renderer_copy_prepare()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c263 cso_set_fragment_shader_handle(p->cso, p->fs); in draw()
Dquad-tex.c333 cso_set_fragment_shader_handle(p->cso, p->fs); in draw()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c182 cso_set_fragment_shader_handle(st->cso_context, shader); in st_update_fp()
Dst_cb_clear.c130 cso_set_fragment_shader_handle(st->cso_context, st->clear.fs); in set_clearcolor_fs()
Dst_cb_readpixels.c248 cso_set_fragment_shader_handle(cso, fs); in try_pbo_readpixels()
Dst_cb_bitmap.c216 cso_set_fragment_shader_handle(cso, fpv->base.driver_shader); in setup_render_state()
Dst_program.c291 cso_set_fragment_shader_handle(st->cso_context, NULL); in st_unbind_program()
Dst_cb_texture.c1566 cso_set_fragment_shader_handle(cso, fs); in try_pbo_upload_common()
1853 cso_set_fragment_shader_handle(cso, fs); in try_pbo_download()
Dst_cb_drawpixels.c819 cso_set_fragment_shader_handle(cso, driver_fp); in draw_textured_quad()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c98 cso_set_fragment_shader_handle(hud->cso, hud->fs_color); in hud_draw_colored_prims()
551 cso_set_fragment_shader_handle(hud->cso, hud->fs_color); in hud_draw_results()
574 cso_set_fragment_shader_handle(hud->cso, hud->fs_text); in hud_draw_results()
598 cso_set_fragment_shader_handle(hud->cso, hud->fs_color); in hud_draw_results()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c3036 cso_set_fragment_shader_handle(device->cso_sw, util_make_empty_fragment_shader(pipe_sw)); in nine_state_init_sw()