Home
last modified time | relevance | path

Searched refs:cso_set_geometry_shader_handle (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h121 void cso_set_geometry_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c854 void cso_set_geometry_shader_handle(struct cso_context *ctx, void *handle) in cso_set_geometry_shader_handle() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c183 cso_set_geometry_shader_handle(st->cso_context, NULL); in set_vertex_shader()
216 cso_set_geometry_shader_handle(st->cso_context, st->clear.gs_layered); in set_vertex_shader_layered()
Dst_atom_shader.c308 cso_set_geometry_shader_handle(st->cso_context, shader); in st_update_gp()
Dst_cb_drawtex.c307 cso_set_geometry_shader_handle(cso, NULL); in st_DrawTex()
Dst_cb_bitmap.c224 cso_set_geometry_shader_handle(cso, NULL); in setup_render_state()
Dst_pbo.c205 cso_set_geometry_shader_handle(cso, addr->depth != 1 ? st->pbo.gs : NULL); in st_pbo_draw()
Dst_draw_hw_select.c783 cso_set_geometry_shader_handle(cso, gs); in st_draw_hw_select_prepare_mode()
Dst_program.c287 cso_set_geometry_shader_handle(st->cso_context, NULL); in st_unbind_program()
Dst_cb_drawpixels.c827 cso_set_geometry_shader_handle(cso, NULL); in draw_textured_quad()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c144 cso_set_geometry_shader_handle(cso, NULL); in pp_run()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c540 cso_set_geometry_shader_handle(cso, NULL); in hud_draw_results()