Lines Matching defs:draw

74    struct draw_context *draw = CALLOC_STRUCT( draw_context );  in draw_create_context()  local
134 boolean draw_init(struct draw_context *draw) in draw_init()
182 void draw_new_instance(struct draw_context *draw) in draw_new_instance()
189 void draw_destroy( struct draw_context *draw ) in draw_destroy()
233 void draw_flush( struct draw_context *draw ) in draw_flush()
246 void draw_set_zs_format(struct draw_context *draw, enum pipe_format format) in draw_set_zs_format()
258 draw_is_vs_window_space(struct draw_context *draw) in draw_is_vs_window_space()
270 draw_update_clip_flags(struct draw_context *draw) in draw_update_clip_flags()
291 draw_update_viewport_flags(struct draw_context *draw) in draw_update_viewport_flags()
303 void draw_set_rasterizer_state( struct draw_context *draw, in draw_set_rasterizer_state()
327 void draw_set_driver_clipping( struct draw_context *draw, in draw_set_driver_clipping()
348 void draw_set_rasterize_stage( struct draw_context *draw, in draw_set_rasterize_stage()
360 void draw_set_clip_state( struct draw_context *draw, in draw_set_clip_state()
372 void draw_set_viewport_states( struct draw_context *draw, in draw_set_viewport_states()
399 draw_set_vertex_buffers(struct draw_context *draw, in draw_set_vertex_buffers()
412 draw_set_vertex_elements(struct draw_context *draw, in draw_set_vertex_elements()
431 draw_set_mapped_vertex_buffer(struct draw_context *draw, in draw_set_mapped_vertex_buffer()
441 draw_set_mapped_constant_buffer(struct draw_context *draw, in draw_set_mapped_constant_buffer()
473 draw_wide_point_threshold(struct draw_context *draw, float threshold) in draw_wide_point_threshold()
484 draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite) in draw_wide_point_sprites()
496 draw_wide_line_threshold(struct draw_context *draw, float threshold) in draw_wide_line_threshold()
507 draw_enable_line_stipple(struct draw_context *draw, boolean enable) in draw_enable_line_stipple()
518 draw_enable_point_sprites(struct draw_context *draw, boolean enable) in draw_enable_point_sprites()
526 draw_set_force_passthrough( struct draw_context *draw, boolean enable ) in draw_set_force_passthrough()
543 draw_alloc_extra_vertex_attrib(struct draw_context *draw, in draw_alloc_extra_vertex_attrib()
574 draw_remove_extra_vertex_attribs(struct draw_context *draw) in draw_remove_extra_vertex_attribs()
585 draw_get_shader_info(const struct draw_context *draw) in draw_get_shader_info()
607 draw_prepare_shader_outputs(struct draw_context *draw) in draw_prepare_shader_outputs()
635 draw_find_shader_output(const struct draw_context *draw, in draw_find_shader_output()
669 draw_num_shader_outputs(const struct draw_context *draw) in draw_num_shader_outputs()
688 draw_total_vs_outputs(const struct draw_context *draw) in draw_total_vs_outputs()
702 draw_total_gs_outputs(const struct draw_context *draw) in draw_total_gs_outputs()
721 draw_texture_sampler(struct draw_context *draw, in draw_texture_sampler()
739 draw_image(struct draw_context *draw, in draw_image()
757 draw_buffer(struct draw_context *draw, in draw_buffer()
770 void draw_set_render( struct draw_context *draw, in draw_set_render()
782 draw_set_indexes(struct draw_context *draw, in draw_set_indexes()
801 void draw_do_flush( struct draw_context *draw, unsigned flags ) in draw_do_flush()
825 draw_current_shader_outputs(const struct draw_context *draw) in draw_current_shader_outputs()
838 draw_current_shader_position_output(const struct draw_context *draw) in draw_current_shader_position_output()
851 draw_current_shader_viewport_index_output(const struct draw_context *draw) in draw_current_shader_viewport_index_output()
863 draw_current_shader_uses_viewport_index(const struct draw_context *draw) in draw_current_shader_uses_viewport_index()
878 draw_current_shader_clipvertex_output(const struct draw_context *draw) in draw_current_shader_clipvertex_output()
886 draw_current_shader_ccdistance_output(const struct draw_context *draw, int index) in draw_current_shader_ccdistance_output()
896 draw_current_shader_num_written_clipdistances(const struct draw_context *draw) in draw_current_shader_num_written_clipdistances()
904 draw_current_shader_num_written_culldistances(const struct draw_context *draw) in draw_current_shader_num_written_culldistances()
923 draw_get_rasterizer_no_cull( struct draw_context *draw, in draw_get_rasterizer_no_cull()
947 draw_set_mapped_so_targets(struct draw_context *draw, in draw_set_mapped_so_targets()
962 draw_set_sampler_views(struct draw_context *draw, in draw_set_sampler_views()
983 draw_set_samplers(struct draw_context *draw, in draw_set_samplers()
1009 draw_set_mapped_texture(struct draw_context *draw, in draw_set_mapped_texture()
1083 draw_collect_pipeline_statistics(struct draw_context *draw, in draw_collect_pipeline_statistics()
1097 draw_stats_clipper_primitives(struct draw_context *draw, in draw_stats_clipper_primitives()
1122 draw_will_inject_frontface(const struct draw_context *draw) in draw_will_inject_frontface()