HomeSort by relevance Sort by last modified time
    Searched refs:r300_context (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.h 26 #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* r300, unsigned size, void *state)
    [all...]
r300_vs.h 31 #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,
r300_query.c 26 #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* r300 = r300_context(pipe)
    [all...]
r300_context.h 39 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 *r300)
    [all...]
r300_screen_buffer.h 35 #include "r300_context.h"
39 void r300_upload_index_buffer(struct r300_context *r300,
r300_transfer.h 29 struct r300_context;
r300_render_stencilref.c 33 #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)
r300_screen_buffer.c 35 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);
r300_render.c 38 #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 *r300
    [all...]
r300_flush.c 32 #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)
r300_emit.c 30 #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* r300, unsigned size, void *state
    [all...]
r300_state.c 39 #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(pipe)
    [all...]
r300_hyperz.c 24 #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)
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.h 26 #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* r300, unsigned size, void *state)
    [all...]
r300_vs.h 31 #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,
r300_query.c 26 #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* r300 = r300_context(pipe)
    [all...]
r300_context.h 39 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 *r300)
    [all...]
r300_screen_buffer.h 35 #include "r300_context.h"
39 void r300_upload_index_buffer(struct r300_context *r300,
r300_transfer.h 29 struct r300_context;
r300_render_stencilref.c 33 #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)
r300_screen_buffer.c 35 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);
r300_render.c 38 #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 *r300
    [all...]
r300_flush.c 32 #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)
r300_emit.c 30 #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* r300, unsigned size, void *state
    [all...]
r300_state.c 39 #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(pipe)
    [all...]

Completed in 321 milliseconds

1 2