Searched refs:cso_set_geometry_shader_handle (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_shader.c | 181 cso_set_geometry_shader_handle(st->cso_context, NULL); in update_gp() 195 cso_set_geometry_shader_handle(st->cso_context, in update_gp()
|
D | st_cb_drawtex.c | 240 cso_set_geometry_shader_handle(cso, NULL); in st_DrawTex()
|
D | st_cb_clear.c | 301 cso_set_geometry_shader_handle(st->cso_context, NULL); in clear_with_quad()
|
D | st_cb_bitmap.c | 478 cso_set_geometry_shader_handle(cso, NULL); in draw_bitmap_quad()
|
D | st_cb_drawpixels.c | 742 cso_set_geometry_shader_handle(cso, NULL); in draw_textured_quad()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 140 enum pipe_error cso_set_geometry_shader_handle(struct cso_context *ctx,
|
D | cso_context.c | 729 enum pipe_error cso_set_geometry_shader_handle(struct cso_context *ctx, in cso_set_geometry_shader_handle() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 754 cso_set_geometry_shader_handle(ctx->cso, NULL); in util_blit_pixels() 907 cso_set_geometry_shader_handle(ctx->cso, NULL); in util_blit_pixels_tex()
|
D | u_gen_mipmap.c | 1600 cso_set_geometry_shader_handle(ctx->cso, NULL); in util_gen_mipmap()
|