Searched refs:r300_context (Results 1 - 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.h26 #include "r300_context.h"
33 void r300_emit_vertex_arrays(struct r300_context* r300, int offset,
36 void r300_emit_blend_state(struct r300_context* r300,
39 void r300_emit_blend_color_state(struct r300_context* r300,
42 void r300_emit_clip_state(struct r300_context* r300,
45 void r300_emit_dsa_state(struct r300_context* r300,
48 void r300_emit_hyperz_state(struct r300_context *r300,
51 void r300_emit_hyperz_end(struct r300_context *r300);
53 void r300_emit_fs(struct r300_context* r300, unsigned size, void *state);
55 void r300_emit_fs_constants(struct r300_context* r30
[all...]
H A Dr300_vs.h31 #include "r300_context.h"
34 struct r300_context;
59 void r300_init_vs_outputs(struct r300_context *r300,
62 void r300_translate_vertex_shader(struct r300_context *r300,
65 void r300_draw_init_vertex_shader(struct r300_context *r300,
H A Dr300_query.c26 #include "r300_context.h"
35 struct r300_context *r300 = r300_context(pipe);
80 void r300_resume_query(struct r300_context *r300,
90 struct r300_context* r300 = r300_context(pipe);
107 void r300_stop_query(struct r300_context *r300)
116 struct r300_context* r300 = r300_context(pipe);
140 struct r300_context* r30
[all...]
H A Dr300_context.h39 struct r300_context;
60 void (*emit)(struct r300_context*, unsigned, void*);
449 struct r300_context { struct
649 static INLINE struct r300_context* r300_context(struct pipe_context* context) function
651 return (struct r300_context*)context;
654 static INLINE struct r300_fragment_shader *r300_fs(struct r300_context *r300)
659 static INLINE void r300_mark_atom_dirty(struct r300_context *r300,
679 struct draw_stage* r300_draw_stage(struct r300_context* r300);
680 void r300_init_blit_functions(struct r300_context *r30
[all...]
H A Dr300_screen_buffer.h35 #include "r300_context.h"
39 void r300_upload_index_buffer(struct r300_context *r300,
H A Dr300_transfer.h29 struct r300_context;
H A Dr300_render_stencilref.c33 #include "r300_context.h"
45 static boolean r300_stencilref_needed(struct r300_context *r300)
55 static void r300_stencilref_begin(struct r300_context *r300)
73 static void r300_stencilref_switch_side(struct r300_context *r300)
88 static void r300_stencilref_end(struct r300_context *r300)
106 struct r300_context *r300 = r300_context(pipe);
120 void r300_plug_in_stencil_ref_fallback(struct r300_context *r300)
H A Dr300_screen_buffer.c35 void r300_upload_index_buffer(struct r300_context *r300,
74 struct r300_context *r300 = r300_context(context);
95 struct r300_context *r300 = r300_context(pipe);
103 struct r300_context *r300 = r300_context(pipe);
H A Dr300_render.c38 #include "r300_context.h"
71 static uint32_t r300_provoking_vertex_fixes(struct r300_context *r300,
116 void r500_emit_index_bias(struct r300_context *r300, int index_bias)
126 static void r300_emit_draw_init(struct r300_context *r300, unsigned mode,
148 static void r300_split_index_bias(struct r300_context *r300, int index_bias,
193 static boolean r300_reserve_cs_dwords(struct r300_context *r300,
236 static boolean r300_emit_states(struct r300_context *r300,
299 static boolean r300_prepare_for_rendering(struct r300_context *r300,
315 static boolean immd_is_good_idea(struct r300_context *r300,
335 static void r300_draw_arrays_immediate(struct r300_context *r30
[all...]
H A Dr300_flush.c32 #include "r300_context.h"
37 static void r300_flush_and_cleanup(struct r300_context *r300, unsigned flags)
70 struct r300_context *r300 = r300_context(pipe);
140 void r300_init_flush_functions(struct r300_context* r300)
H A Dr300_emit.c30 #include "r300_context.h"
39 void r300_emit_blend_state(struct r300_context* r300,
59 void r300_emit_blend_color_state(struct r300_context* r300,
68 void r300_emit_clip_state(struct r300_context* r300,
77 void r300_emit_dsa_state(struct r300_context* r300, unsigned size, void* state)
99 struct r300_context * r300,
189 void r300_emit_fs(struct r300_context* r300, unsigned size, void *state)
197 void r300_emit_fs_constants(struct r300_context* r300, unsigned size, void *state)
225 void r300_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state)
254 void r500_emit_fs(struct r300_context* r30
[all...]
H A Dr300_state.c39 #include "r300_context.h"
441 struct r300_context* r300 = r300_context(pipe);
464 struct r300_context* r300 = r300_context(pipe);
543 struct r300_context* r300 = r300_context(pipe);
708 static void r300_dsa_inject_stencilref(struct r300_context *r300)
728 struct r300_context* r300 = r300_context(pip
[all...]
H A Dr300_hyperz.c24 #include "r300_context.h"
42 static enum r300_hiz_func r300_get_hiz_func(struct r300_context *r300)
64 static unsigned r300_get_sc_hz_max(struct r300_context *r300)
72 static boolean r300_is_hiz_func_valid(struct r300_context *r300)
99 static boolean r300_hiz_allowed(struct r300_context *r300)
131 static void r300_update_hyperz(struct r300_context* r300)
257 static void r300_update_ztop(struct r300_context* r300)
306 void r300_update_hyperz_state(struct r300_context* r300)
H A Dr300_blit.c23 #include "r300_context.h"
48 static void r300_blitter_begin(struct r300_context* r300, enum r300_blitter_op op)
95 static void r300_blitter_end(struct r300_context *r300)
120 static boolean r300_cbzb_clear_allowed(struct r300_context *r300,
133 static boolean r300_fast_zclear_allowed(struct r300_context *r300)
141 static boolean r300_hiz_clear_allowed(struct r300_context *r300)
224 struct r300_context* r300 = r300_context(pipe);
355 struct r300_context *r300 = r300_context(pip
[all...]
H A Dr300_fs.h78 boolean r300_pick_fragment_shader(struct r300_context* r300);
H A Dr300_render_translate.c23 #include "r300_context.h"
28 void r300_translate_index_buffer(struct r300_context *r300,
H A Dr300_resource.c26 #include "r300_context.h"
41 void r300_init_resource_functions(struct r300_context *r300)
H A Dr300_context.c34 #include "r300_context.h"
39 static void r300_release_referenced_objects(struct r300_context *r300)
72 struct r300_context* r300 = r300_context(context);
121 struct r300_context* const cs_context_copy = data;
142 static boolean r300_setup_atoms(struct r300_context* r300)
254 struct r300_context *r300 = r300_context(pipe);
354 struct r300_context* r300 = CALLOC_STRUCT(r300_context);
[all...]
H A Dr300_transfer.c86 struct r300_context *r300 = r300_context(ctx);
229 struct r300_context *r300 = r300_context(ctx);
257 struct radeon_winsys *rws = r300_context(ctx)->rws;
H A Dr300_vs.c26 #include "r300_context.h"
39 struct r300_context *r300,
172 void r300_init_vs_outputs(struct r300_context *r300,
180 struct r300_context* r300,
204 void r300_translate_vertex_shader(struct r300_context *r300,
H A Dr300_fs.c33 #include "r300_context.h"
146 struct r300_context* r300,
222 struct r300_context* r300,
227 struct r300_context* r300,
252 struct r300_context *r300,
428 struct r300_context* r300,
581 boolean r300_pick_fragment_shader(struct r300_context* r300)
H A Dr300_state_derived.c30 #include "r300_context.h"
53 static void r300_draw_emit_attrib(struct r300_context* r300,
68 static void r300_draw_emit_all_attribs(struct r300_context* r300)
134 static void r300_swtcl_vertex_psc(struct r300_context *r300)
312 static void r300_update_rs_block(struct r300_context *r300)
742 static void r300_merge_textures_and_samplers(struct r300_context* r300)
962 static void r300_decompress_depth_textures(struct r300_context *r300)
987 static void r300_validate_fragment_shader(struct r300_context *r300)
1015 void r300_update_derived_state(struct r300_context* r300)
H A Dr300_vs_draw.c311 void r300_draw_init_vertex_shader(struct r300_context *r300,
H A Dr300_texture.c27 #include "r300_context.h"
1137 DBG(r300_context(ctx), DBG_CBZB,

Completed in 198 milliseconds