Searched refs:brw_compiler (Results 1 - 25 of 122) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_cs.h38 brw_cs_populate_default_key(const struct brw_compiler *compiler,
H A Dbrw_vs.h49 brw_vs_populate_default_key(const struct brw_compiler *compiler,
H A Dbrw_gs.h44 brw_gs_populate_default_key(const struct brw_compiler *compiler,
H A Dbrw_wm.h51 brw_wm_populate_default_key(const struct brw_compiler *compiler,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.h29 #include "brw_compiler.h"
95 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler,
100 brw_nir_link_shaders(const struct brw_compiler *compiler,
130 const struct brw_compiler *compiler,
141 const struct brw_compiler *compiler,
162 void brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler,
170 const struct brw_compiler *compiler,
175 const struct brw_compiler *compiler,
H A Dbrw_debug_recompile.c29 #include "brw_compiler.h"
32 key_debug(const struct brw_compiler *c, void *log,
43 key_debug_float(const struct brw_compiler *c, void *log,
59 debug_sampler_recompile(const struct brw_compiler *c, void *log,
90 debug_vs_recompile(const struct brw_compiler *c, void *log,
111 debug_tcs_recompile(const struct brw_compiler *c, void *log,
129 debug_tes_recompile(const struct brw_compiler *c, void *log,
144 debug_gs_recompile(const struct brw_compiler *c, void *log,
156 debug_fs_recompile(const struct brw_compiler *c, void *log,
190 debug_cs_recompile(const struct brw_compiler *
[all...]
H A Dbrw_vec4_tes.h41 vec4_tes_visitor(const struct brw_compiler *compiler,
H A Dbrw_vec4_vs.h34 vec4_vs_visitor(const struct brw_compiler *compiler,
H A Dtest_vec4_dead_code_eliminate.cpp34 struct brw_compiler *compiler;
45 dead_code_eliminate_vec4_visitor(struct brw_compiler *compiler,
90 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
H A Dbrw_shader.h29 #include "brw_compiler.h"
202 backend_shader(const struct brw_compiler *compiler,
211 const struct brw_compiler *compiler;
269 void brw_fs_alloc_reg_sets(struct brw_compiler *compiler);
272 void brw_vec4_alloc_reg_set(struct brw_compiler *compiler);
H A Dbrw_vec4_gs_visitor.h43 vec4_gs_visitor(const struct brw_compiler *compiler,
H A Dbrw_vec4_tcs.h33 #include "brw_compiler.h"
42 vec4_tcs_visitor(const struct brw_compiler *compiler,
H A Dbrw_compiler.h41 struct brw_compiler { struct
1205 struct brw_compiler *
1218 brw_get_compiler_config_value(const struct brw_compiler *compiler);
1232 brw_compile_vs(const struct brw_compiler *compiler, void *log_data,
1246 brw_compile_tcs(const struct brw_compiler *compiler,
1261 brw_compile_tes(const struct brw_compiler *compiler, void *log_data,
1277 brw_compile_gs(const struct brw_compiler *compiler, void *log_data,
1295 brw_compile_sf(const struct brw_compiler *compiler,
1311 brw_compile_clip(const struct brw_compiler *compiler,
1324 brw_compile_fs(const struct brw_compiler *compile
[all...]
H A Dtest_vec4_copy_propagation.cpp36 struct brw_compiler *compiler;
47 copy_propagation_vec4_visitor(struct brw_compiler *compiler,
92 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_rt.h63 brw_nir_create_raygen_trampoline(const struct brw_compiler *compiler,
66 brw_nir_create_trivial_return_shader(const struct brw_compiler *compiler,
H A Dbrw_shader.h29 #include "brw_compiler.h"
48 backend_shader(const struct brw_compiler *compiler,
58 const struct brw_compiler *compiler;
114 void brw_fs_alloc_reg_sets(struct brw_compiler *compiler);
117 void brw_vec4_alloc_reg_set(struct brw_compiler *compiler);
132 brw_nir_no_indirect_mask(const struct brw_compiler *compiler,
H A Dbrw_debug_recompile.c29 #include "brw_compiler.h"
32 key_debug(const struct brw_compiler *c, void *log,
43 key_debug_float(const struct brw_compiler *c, void *log,
59 debug_sampler_recompile(const struct brw_compiler *c, void *log,
90 debug_base_recompile(const struct brw_compiler *c, void *log,
98 debug_vs_recompile(const struct brw_compiler *c, void *log,
119 debug_tcs_recompile(const struct brw_compiler *c, void *log,
137 debug_tes_recompile(const struct brw_compiler *c, void *log,
152 debug_gs_recompile(const struct brw_compiler *c, void *log,
164 debug_fs_recompile(const struct brw_compiler *
[all...]
H A Dbrw_nir.h29 #include "brw_compiler.h"
94 void brw_preprocess_nir(const struct brw_compiler *compiler,
99 brw_nir_link_shaders(const struct brw_compiler *compiler,
137 const struct brw_compiler *compiler,
152 const struct brw_compiler *compiler,
174 void brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler,
182 const struct brw_compiler *compiler,
187 const struct brw_compiler *compiler,
H A Dbrw_vec4_tes.h41 vec4_tes_visitor(const struct brw_compiler *compiler,
H A Dbrw_vec4_vs.h34 vec4_vs_visitor(const struct brw_compiler *compiler,
H A Dtest_vec4_dead_code_eliminate.cpp35 struct brw_compiler *compiler;
46 dead_code_eliminate_vec4_visitor(struct brw_compiler *compiler,
92 compiler = rzalloc(ctx, struct brw_compiler);
H A Dbrw_vec4_gs_visitor.h43 vec4_gs_visitor(const struct brw_compiler *compiler,
H A Dbrw_vec4_tcs.h33 #include "brw_compiler.h"
42 vec4_tcs_visitor(const struct brw_compiler *compiler,
H A Dtest_vec4_copy_propagation.cpp35 struct brw_compiler *compiler;
46 copy_propagation_vec4_visitor(struct brw_compiler *compiler,
92 compiler = rzalloc(ctx, struct brw_compiler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_screen.h74 struct brw_compiler *compiler;

Completed in 14 milliseconds

12345