HomeSort by relevance Sort by last modified time
    Searched refs:brw_context (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 55 #include "brw_context.h"
132 const struct brw_context *const brw = brw_context(ctx);
150 struct brw_context *brw = brw_context(ctx);
165 struct brw_context *brw = brw_context(ctx);
178 struct brw_context *brw = brw_context(ctx);
210 struct brw_context *brw = brw_context(ctx)
    [all...]
intel_copy_image.c 38 copy_miptrees(struct brw_context *brw,
78 struct brw_context *brw = brw_context(ctx);
intel_tex_copy.c 41 #include "brw_context.h"
47 intel_copy_texsubimage(struct brw_context *brw,
103 struct brw_context *brw = brw_context(ctx);
intel_batchbuffer.c 31 #include "brw_context.h"
56 intel_batchbuffer_reset(struct brw_context *brw);
80 intel_batchbuffer_init(struct brw_context *brw)
164 recreate_growing_buffer(struct brw_context *brw,
183 intel_batchbuffer_reset(struct brw_context *brw)
219 intel_batchbuffer_reset_and_clear_render_cache(struct brw_context *brw)
226 intel_batchbuffer_save_state(struct brw_context *brw)
235 intel_batchbuffer_reset_to_saved(struct brw_context *brw)
313 grow_buffer(struct brw_context *brw,
439 intel_batchbuffer_require_space(struct brw_context *brw, GLuint sz
    [all...]
brw_ff_gs.c 39 #include "brw_context.h"
47 brw_codegen_ff_gs_prog(struct brw_context *brw,
152 brw_ff_gs_state_dirty(const struct brw_context *brw)
162 brw_ff_gs_populate_key(struct brw_context *brw,
237 brw_upload_ff_gs_prog(struct brw_context *brw)
intel_pixel_draw.c 39 #include "brw_context.h"
57 struct brw_context *brw = brw_context(ctx);
155 struct brw_context *brw = brw_context(ctx);
brw_vs.c 35 #include "brw_context.h"
73 brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
115 brw_vs_debug_recompile(struct brw_context *brw, struct gl_program *prog,
156 brw_codegen_vs_prog(struct brw_context *brw,
266 brw_vs_state_dirty(const struct brw_context *brw)
280 brw_vs_populate_key(struct brw_context *brw,
332 brw_upload_vs_prog(struct brw_context *brw)
362 struct brw_context *brw = brw_context(ctx);
gen6_urb.c 30 #include "brw_context.h"
50 gen6_upload_urb(struct brw_context *brw, unsigned vs_size,
110 upload_urb(struct brw_context *brw)
brw_tes.c 30 #include "brw_context.h"
37 brw_tes_debug_recompile(struct brw_context *brw, struct gl_program *prog,
66 brw_codegen_tes_prog(struct brw_context *brw,
148 brw_tes_populate_key(struct brw_context *brw,
183 brw_upload_tes_prog(struct brw_context *brw)
220 struct brw_context *brw = brw_context(ctx);
intel_pixel_read.c 38 #include "brw_context.h"
76 struct brw_context *brw = brw_context(ctx);
224 struct brw_context *brw = brw_context(ctx);
264 struct brw_context *brw = brw_context(ctx);
brw_state_upload.c 34 #include "brw_context.h"
49 brw_upload_initial_gpu_state(struct brw_context *brw)
121 brw_get_pipeline_atoms(struct brw_context *brw,
137 brw_copy_pipeline_atoms(struct brw_context *brw,
142 /* This is to work around brw_context::atoms being declared const. We want
157 void brw_init_state( struct brw_context *brw )
214 void brw_destroy_state( struct brw_context *brw )
370 brw_upload_tess_programs(struct brw_context *brw)
382 brw_upload_programs(struct brw_context *brw,
443 merge_ctx_state(struct brw_context *brw
    [all...]
brw_wm_surface_state.c 53 #include "brw_context.h"
79 get_isl_surf(struct brw_context *brw, struct intel_mipmap_tree *mt,
135 brw_emit_surface_state(struct brw_context *brw,
216 gen6_update_renderbuffer_surface(struct brw_context *brw,
449 struct brw_context *brw = brw_context(ctx);
578 brw_emit_buffer_surface_state(struct brw_context *brw,
610 struct brw_context *brw = brw_context(ctx);
664 brw_update_sol_surface(struct brw_context *brw
    [all...]
brw_draw.c 49 #include "brw_context.h"
80 brw_set_prim(struct brw_context *brw, const struct _mesa_prim *prim)
114 gen6_set_prim(struct brw_context *brw, const struct _mesa_prim *prim)
157 brw_emit_prim(struct brw_context *brw,
279 brw_merge_inputs(struct brw_context *brw,
343 intel_disable_rb_aux_buffer(struct brw_context *brw,
397 brw_predraw_resolve_inputs(struct brw_context *brw, bool rendering,
501 brw_predraw_resolve_framebuffer(struct brw_context *brw,
583 brw_postdraw_set_buffers_need_resolve(struct brw_context *brw)
643 intel_renderbuffer_move_temp_back(struct brw_context *brw
    [all...]
brw_cs.c 25 #include "brw_context.h"
51 brw_codegen_cs_prog(struct brw_context *brw,
134 brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key)
153 brw_upload_cs_prog(struct brw_context *brw)
191 struct brw_context *brw = brw_context(ctx);
gen4_blorp_exec.h 28 struct brw_context *brw = batch->driver_batch;
40 struct brw_context *brw = batch->driver_batch;
53 struct brw_context *brw = batch->driver_batch;
74 struct brw_context *brw = batch->driver_batch;
176 struct brw_context *brw = batch->driver_batch;
gen6_constant_state.c 24 #include "brw_context.h"
41 brw_param_value(struct brw_context *brw,
96 brw_populate_constant_data(struct brw_context *brw,
125 gen6_upload_push_constants(struct brw_context *brw,
226 brw_upload_pull_constants(struct brw_context *brw,
290 brw_upload_cs_push_constants(struct brw_context *brw,
gen7_l3_state.c 26 #include "brw_context.h"
39 get_pipeline_state_l3_weights(const struct brw_context *brw)
71 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg)
196 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg)
217 emit_l3_state(struct brw_context *brw)
302 gen7_restore_default_l3_config(struct brw_context *brw)
gen8_depth_state.c 27 #include "brw_context.h"
38 emit_depth_packets(struct brw_context *brw,
132 gen8_emit_depth_stencil_hiz(struct brw_context *brw,
222 pma_fix_enable(const struct brw_context *brw)
311 gen8_write_pma_stall_bits(struct brw_context *brw, uint32_t pma_stall_bits)
350 gen8_emit_pma_stall_workaround(struct brw_context *brw)
intel_mipmap_tree.c 38 #include "brw_context.h"
52 static void *intel_miptree_map_raw(struct brw_context *brw,
59 intel_miptree_alloc_aux(struct brw_context *brw,
63 intel_miptree_supports_mcs(struct brw_context *brw,
107 intel_tiling_supports_ccs(const struct brw_context *brw,
149 intel_miptree_supports_ccs(struct brw_context *brw,
218 intel_tiling_supports_hiz(const struct brw_context *brw,
230 intel_miptree_supports_hiz(const struct brw_context *brw,
270 intel_miptree_supports_ccs_e(struct brw_context *brw,
339 needs_separate_stencil(const struct brw_context *brw
    [all...]
brw_bufmgr.h 48 struct brw_context;
252 MUST_CHECK void *brw_bo_map(struct brw_context *brw, struct brw_bo *bo, unsigned flags);
brw_program_cache.c 187 struct brw_context *brw = cache->brw;
218 struct brw_context *brw = cache->brw;
380 brw_init_caches(struct brw_context *brw)
400 brw_clear_cache(struct brw_context *brw, struct brw_cache *cache)
433 * any offsets leftover in brw_context will no longer be valid.
454 brw_program_cache_check_size(struct brw_context *brw)
469 brw_destroy_cache(struct brw_context *brw, struct brw_cache *cache)
489 brw_destroy_caches(struct brw_context *brw)
522 brw_print_program_cache(struct brw_context *brw)
brw_sf.c 42 #include "brw_context.h"
49 static void compile_sf_prog( struct brw_context *brw,
73 brw_upload_sf_prog(struct brw_context *brw)
intel_tex_image.c 28 #include "brw_context.h"
53 intel_miptree_create_for_teximage(struct brw_context *brw,
132 intel_texsubimage_blorp(struct brw_context *brw, GLuint dims,
187 struct brw_context *brw = brw_context(ctx);
319 struct brw_context *brw = brw_context(ctx);
405 intel_set_texture_image_mt(struct brw_context *brw,
439 struct brw_context *brw = pDRICtx->driverPrivate;
554 struct brw_context *brw = brw_context(ctx)
    [all...]
brw_clear.c 37 #include "brw_context.h"
104 struct brw_context *brw = brw_context(ctx);
266 struct brw_context *brw = brw_context(ctx);
brw_urb.c 35 #include "brw_context.h"
100 static bool check_urb_layout(struct brw_context *brw)
116 brw_calculate_urb_fence(struct brw_context *brw, unsigned csize,
211 static void recalculate_urb_fence( struct brw_context *brw )
234 void brw_upload_urb_fence(struct brw_context *brw)

Completed in 153 milliseconds

1 23 4