Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c139 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][1]); /* offsetvs */ in pp_jimenezmlaa_run()
171 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][0]); /* passvs */ in pp_jimenezmlaa_run()
203 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][1]); /* offsetvs */ in pp_jimenezmlaa_run()
Dpp_colors.c52 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][0]); in pp_nocolor()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h118 void cso_set_vertex_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c646 void cso_set_vertex_shader_handle(struct cso_context *ctx, void *handle) in cso_set_vertex_shader_handle() function
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c65 cso_set_vertex_shader_handle(r->cso, shader.vs); in xa_yuv_bind_shaders()
Dxa_context.c334 cso_set_vertex_shader_handle(ctx->cso, shader.vs); in xa_solid_prepare()
Dxa_composite.c440 cso_set_vertex_shader_handle(ctx->cso, shader.vs); in bind_shaders()
Dxa_renderer.c465 cso_set_vertex_shader_handle(r->cso, shader.vs); in renderer_copy_prepare()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c191 cso_set_vertex_shader_handle(st->cso_context, st->clear.vs); in set_vertex_shader()
224 cso_set_vertex_shader_handle(st->cso_context, st->clear.vs_layered); in set_vertex_shader_layered()
Dst_cb_drawtex.c303 cso_set_vertex_shader_handle(cso, vs); in st_DrawTex()
Dst_atom_shader.c270 cso_set_vertex_shader_handle(st->cso_context, in st_update_vp()
Dst_cb_bitmap.c218 cso_set_vertex_shader_handle(cso, st->passthrough_vs); in setup_render_state()
Dst_pbo.c214 cso_set_vertex_shader_handle(cso, st->pbo.vs); in st_pbo_draw()
Dst_program.c277 cso_set_vertex_shader_handle(st->cso_context, NULL); in st_unbind_program()
Dst_cb_drawpixels.c827 cso_set_vertex_shader_handle(cso, driver_vp); in draw_textured_quad()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c264 cso_set_vertex_shader_handle(p->cso, p->vs); in draw()
Dquad-tex.c334 cso_set_vertex_shader_handle(p->cso, p->vs); in draw()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c168 cso_set_vertex_shader_handle(cso, vs); in util_set_passthrough_vertex_shader()
684 cso_set_vertex_shader_handle(cso, NULL); in test_texture_barrier()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c541 cso_set_vertex_shader_handle(cso, hud->vs_color); in hud_draw_results()
572 cso_set_vertex_shader_handle(cso, hud->vs_text); in hud_draw_results()
596 cso_set_vertex_shader_handle(cso, hud->vs_color); in hud_draw_results()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c3286 cso_set_vertex_shader_handle(device->cso_sw, in nine_state_prepare_draw_sw()