Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c222 cso_set_geometry_shader_handle(st->cso_context, NULL); in update_gp()
235 cso_set_geometry_shader_handle(st->cso_context, in update_gp()
Dst_cb_clear.c139 cso_set_geometry_shader_handle(st->cso_context, NULL); in set_vertex_shader()
166 cso_set_geometry_shader_handle(st->cso_context, st->clear.gs_layered); in set_vertex_shader_layered()
Dst_cb_drawtex.c252 cso_set_geometry_shader_handle(cso, NULL); in st_DrawTex()
Dst_pbo.c210 cso_set_geometry_shader_handle(cso, addr->depth != 1 ? st->pbo.gs : NULL); in st_pbo_draw()
Dst_cb_bitmap.c242 cso_set_geometry_shader_handle(cso, NULL); in setup_render_state()
Dst_cb_drawpixels.c649 cso_set_geometry_shader_handle(cso, NULL); in draw_textured_quad()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h114 void cso_set_geometry_shader_handle(struct cso_context *ctx, void *handle);
Dcso_context.c884 void cso_set_geometry_shader_handle(struct cso_context *ctx, void *handle) in cso_set_geometry_shader_handle() function
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c147 cso_set_geometry_shader_handle(cso, NULL); in pp_run()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c602 cso_set_geometry_shader_handle(ctx->cso, NULL); in util_blit_pixels_tex()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c557 cso_set_geometry_shader_handle(cso, NULL); in hud_draw()