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

1 2 3 4

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.h 36 #include "brw_context.h"
43 brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
47 brw_upload_vs_prog(struct brw_context *brw);
50 brw_vs_populate_key(struct brw_context *brw,
brw_cs.h 33 brw_upload_cs_prog(struct brw_context *brw);
36 brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key);
brw_wm.h 38 #include "brw_context.h"
45 brw_upload_wm_prog(struct brw_context *brw);
48 brw_wm_populate_key(struct brw_context *brw,
brw_gs.h 29 #include "brw_context.h"
38 brw_upload_gs_prog(struct brw_context *brw);
41 brw_gs_populate_key(struct brw_context *brw,
brw_pipe_control.h 27 struct brw_context;
74 int brw_init_pipe_control(struct brw_context *brw,
76 void brw_fini_pipe_control(struct brw_context *brw);
78 void brw_emit_pipe_control_flush(struct brw_context *brw, uint32_t flags);
79 void brw_emit_pipe_control_write(struct brw_context *brw, uint32_t flags,
82 void brw_emit_end_of_pipe_sync(struct brw_context *brw, uint32_t flags);
83 void brw_emit_mi_flush(struct brw_context *brw);
84 void brw_emit_post_sync_nonzero_flush(struct brw_context *brw);
85 void brw_emit_depth_stall_flushes(struct brw_context *brw);
86 void gen7_emit_vs_workaround_flush(struct brw_context *brw)
    [all...]
brw_state.h 36 #include "brw_context.h"
100 brw_state_dirty(const struct brw_context *brw,
108 void brw_upload_binding_table(struct brw_context *brw,
114 void brw_upload_invariant_state(struct brw_context *brw);
116 brw_depthbuffer_format(struct brw_context *brw);
121 void brw_upload_state_base_address(struct brw_context *brw);
124 void gen8_write_pma_stall_bits(struct brw_context *brw,
128 void brw_disk_cache_init(struct brw_context *brw);
129 bool brw_disk_cache_upload_program(struct brw_context *brw,
131 void brw_disk_cache_write_compute_program(struct brw_context *brw)
    [all...]
intel_buffers.c 26 #include "brw_context.h"
39 struct brw_context *const brw = brw_context(ctx);
55 struct brw_context *const brw = brw_context(ctx);
brw_draw.h 32 struct brw_context;
35 brw_emit_vertex_buffer_state(struct brw_context *brw,
58 void brw_draw_init( struct brw_context *brw );
59 void brw_draw_destroy( struct brw_context *brw );
61 void brw_prepare_shader_draw_parameters(struct brw_context *);
intel_buffer_objects.h 31 struct brw_context;
96 struct brw_bo *intel_bufferobj_buffer(struct brw_context *brw,
102 void intel_upload_data(struct brw_context *brw,
109 void *intel_upload_space(struct brw_context *brw,
115 void intel_upload_finish(struct brw_context *brw);
brw_blorp.h 35 void brw_blorp_init(struct brw_context *brw);
38 brw_blorp_blit_miptrees(struct brw_context *brw,
53 brw_blorp_copy_miptrees(struct brw_context *brw,
63 brw_blorp_copy_buffers(struct brw_context *brw,
71 brw_blorp_upload_miptree(struct brw_context *brw,
81 brw_blorp_download_miptree(struct brw_context *brw,
91 brw_blorp_clear_color(struct brw_context *brw, struct gl_framebuffer *fb,
94 brw_blorp_clear_depth_stencil(struct brw_context *brw,
99 brw_blorp_resolve_color(struct brw_context *brw,
105 brw_blorp_mcs_partial_resolve(struct brw_context *brw
    [all...]
brw_performance_query.h 29 #include "brw_context.h"
49 uint64_t (*oa_counter_read_uint64)(struct brw_context *brw,
52 float (*oa_counter_read_float)(struct brw_context *brw,
gen7_sol_state.c 31 #include "brw_context.h"
42 struct brw_context *brw = brw_context(ctx);
74 struct brw_context *brw = brw_context(ctx);
102 struct brw_context *brw = brw_context(ctx);
132 struct brw_context *brw = brw_context(ctx);
intel_mipmap_tree.h 53 #include "brw_context.h"
60 struct brw_context;
356 intel_miptree_alloc_ccs(struct brw_context *brw,
384 struct intel_mipmap_tree *intel_miptree_create(struct brw_context *brw,
396 intel_miptree_create_for_bo(struct brw_context *brw,
408 intel_miptree_create_for_dri_image(struct brw_context *brw,
415 intel_update_winsys_renderbuffer_miptree(struct brw_context *intel,
429 intel_miptree_create_for_renderbuffer(struct brw_context *brw,
439 intel_lower_compressed_format(struct brw_context *brw, mesa_format format);
473 intel_miptree_get_aux_isl_usage(const struct brw_context *brw
    [all...]
intel_fbo.h 33 #include "brw_context.h"
201 intel_fbo_init(struct brw_context *brw);
225 void intel_renderbuffer_move_to_temp(struct brw_context *brw,
230 intel_renderbuffer_downsample(struct brw_context *brw,
234 intel_renderbuffer_upsample(struct brw_context *brw,
237 void brw_cache_sets_clear(struct brw_context *brw);
238 void brw_cache_flush_for_read(struct brw_context *brw, struct brw_bo *bo);
239 void brw_cache_flush_for_render(struct brw_context *brw, struct brw_bo *bo,
242 void brw_cache_flush_for_depth(struct brw_context *brw, struct brw_bo *bo);
243 void brw_render_cache_add_bo(struct brw_context *brw, struct brw_bo *bo
    [all...]
brw_conditional_render.c 36 #include "brw_context.h"
41 set_predicate_enable(struct brw_context *brw,
51 set_predicate_for_overflow_query(struct brw_context *brw,
74 set_predicate_for_occlusion_query(struct brw_context *brw,
95 set_predicate_for_result(struct brw_context *brw,
134 struct brw_context *brw = brw_context(ctx);
169 struct brw_context *brw = brw_context(ctx);
185 brw_check_conditional_render(struct brw_context *brw
    [all...]
brw_reset.c 27 #include "brw_context.h"
37 struct brw_context *brw = brw_context(ctx);
78 brw_check_for_reset(struct brw_context *brw)
gen8_multisample_state.c 26 #include "brw_context.h"
37 gen10_emit_wa_cs_stall_flush(struct brw_context *brw)
55 gen10_emit_wa_lri_to_cache_mode_zero(struct brw_context *brw)
75 gen8_emit_3dstate_sample_pattern(struct brw_context *brw)
brw_meta_util.h 46 brw_meta_convert_fast_clear_color(const struct brw_context *brw,
51 brw_is_color_fast_clear_compatible(struct brw_context *brw,
brw_program.h 34 struct brw_context;
59 struct nir_shader *brw_create_nir(struct brw_context *brw,
67 void brw_setup_tex_for_precompile(struct brw_context *brw,
74 bool brw_debug_recompile_sampler_key(struct brw_context *brw,
103 void brw_upload_tcs_prog(struct brw_context *brw);
104 void brw_tcs_populate_key(struct brw_context *brw,
106 void brw_upload_tes_prog(struct brw_context *brw);
107 void brw_tes_populate_key(struct brw_context *brw,
intel_tex.h 31 #include "brw_context.h"
48 intel_miptree_create_for_teximage(struct brw_context *brw,
53 void intel_finalize_mipmap_tree(struct brw_context *brw, GLuint unit);
brw_context.h 138 struct brw_context;
369 struct brw_context *brw;
416 void (*emit)( struct brw_context *brw );
722 * brw_context is derived from gl_context.
724 struct brw_context struct
734 void (*emit_depth_stencil_hiz)(struct brw_context *brw,
751 void (*emit_mi_report_perf_count)(struct brw_context *brw,
1633 brw_context( struct gl_context *ctx ) function
    [all...]
brw_queryobj.c 40 #include "brw_context.h"
46 brw_timebase_scale(struct brw_context *brw, uint64_t gpu_timestamp)
65 brw_raw_timestamp_delta(struct brw_context *brw, uint64_t time0, uint64_t time1)
85 brw_write_timestamp(struct brw_context *brw, struct brw_bo *query_bo, int idx)
109 brw_write_depth_count(struct brw_context *brw, struct brw_bo *query_bo, int idx)
136 struct brw_context *brw = brw_context(ctx);
262 struct brw_context *brw = brw_context(ctx);
334 struct brw_context *brw = brw_context(ctx)
    [all...]
brw_primitive_restart.c 33 #include "brw_context.h"
82 struct brw_context *brw = brw_context(ctx);
136 struct brw_context *brw = brw_context(ctx);
intel_blit.h 29 #include "brw_context.h"
32 intelEmitCopyBlit(struct brw_context *brw,
49 bool intel_miptree_blit(struct brw_context *brw,
59 bool intel_miptree_copy(struct brw_context *brw,
69 intelEmitImmediateColorExpandBlit(struct brw_context *brw,
80 void intel_emit_linear_blit(struct brw_context *brw,
gen6_queryobj.c 36 #include "brw_context.h"
43 set_query_availability(struct brw_context *brw, struct brw_query_object *query,
80 write_primitives_generated(struct brw_context *brw,
98 write_xfb_primitives_written(struct brw_context *brw,
119 struct brw_context *brw = brw_context(ctx);
173 emit_pipeline_stat(struct brw_context *brw, struct brw_bo *bo,
226 struct brw_context *brw = brw_context(ctx);
327 struct brw_context *brw = brw_context(ctx)
    [all...]

Completed in 169 milliseconds

1 2 3 4