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

12

  /external/mesa3d/src/gallium/drivers/r300/
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)
r300_blit.c 23 #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(pipe)
    [all...]
r300_fs.h 78 boolean r300_pick_fragment_shader(struct r300_context* r300);
r300_render_translate.c 23 #include "r300_context.h"
28 void r300_translate_index_buffer(struct r300_context *r300,
r300_resource.c 26 #include "r300_context.h"
41 void r300_init_resource_functions(struct r300_context *r300)
r300_context.c 34 #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...]
r300_transfer.c 86 struct r300_context *r300 = r300_context(ctx);
229 struct r300_context *r300 = r300_context(ctx);
257 struct radeon_winsys *rws = r300_context(ctx)->rws;
r300_vs.c 26 #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,
r300_fs.c 33 #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)
r300_state_derived.c 30 #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)
    [all...]
r300_vs_draw.c 311 void r300_draw_init_vertex_shader(struct r300_context *r300,
r300_texture.c 27 #include "r300_context.h"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 23 #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(pipe)
    [all...]
r300_fs.h 78 boolean r300_pick_fragment_shader(struct r300_context* r300);
r300_render_translate.c 23 #include "r300_context.h"
28 void r300_translate_index_buffer(struct r300_context *r300,
r300_resource.c 26 #include "r300_context.h"
41 void r300_init_resource_functions(struct r300_context *r300)
r300_context.c 34 #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...]
r300_transfer.c 86 struct r300_context *r300 = r300_context(ctx);
229 struct r300_context *r300 = r300_context(ctx);
257 struct radeon_winsys *rws = r300_context(ctx)->rws;
r300_vs.c 26 #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,
r300_fs.c 33 #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)
r300_state_derived.c 30 #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)
    [all...]
r300_vs_draw.c 311 void r300_draw_init_vertex_shader(struct r300_context *r300,
r300_texture.c 27 #include "r300_context.h"
    [all...]

Completed in 664 milliseconds

12