HomeSort by: relevance | last modified time | path
    Searched refs:brw_compiler (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_cs.h 38 brw_cs_populate_default_key(const struct brw_compiler *compiler,
brw_vs.h 49 brw_vs_populate_default_key(const struct brw_compiler *compiler,
brw_gs.h 44 brw_gs_populate_default_key(const struct brw_compiler *compiler,
brw_wm.h 51 brw_wm_populate_default_key(const struct brw_compiler *compiler,
brw_program.h 27 #include "compiler/brw_compiler.h"
94 brw_populate_default_key(const struct brw_compiler *compiler,
121 void brw_tcs_populate_default_key(const struct brw_compiler *compiler,
128 void brw_tes_populate_default_key(const struct brw_compiler *compiler,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir.h 29 #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,
brw_debug_recompile.c 29 #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 *c, void *log
    [all...]
brw_vec4_tes.h 41 vec4_tes_visitor(const struct brw_compiler *compiler,
brw_vec4_vs.h 34 vec4_vs_visitor(const struct brw_compiler *compiler,
test_vec4_dead_code_eliminate.cpp 34 struct brw_compiler *compiler;
45 dead_code_eliminate_vec4_visitor(struct brw_compiler *compiler,
90 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
brw_shader.h 29 #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);
brw_vec4_gs_visitor.h 43 vec4_gs_visitor(const struct brw_compiler *compiler,
brw_vec4_tcs.h 33 #include "brw_compiler.h"
42 vec4_tcs_visitor(const struct brw_compiler *compiler,
brw_compiler.h 41 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 *compiler, void *log_data
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_rt.h 63 brw_nir_create_raygen_trampoline(const struct brw_compiler *compiler,
66 brw_nir_create_trivial_return_shader(const struct brw_compiler *compiler,
brw_shader.h 29 #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,
brw_debug_recompile.c 29 #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 *c, void *log
    [all...]
brw_nir.h 29 #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,
brw_vec4_tes.h 41 vec4_tes_visitor(const struct brw_compiler *compiler,
brw_vec4_vs.h 34 vec4_vs_visitor(const struct brw_compiler *compiler,
test_vec4_dead_code_eliminate.cpp 35 struct brw_compiler *compiler;
46 dead_code_eliminate_vec4_visitor(struct brw_compiler *compiler,
92 compiler = rzalloc(ctx, struct brw_compiler);
brw_vec4_gs_visitor.h 43 vec4_gs_visitor(const struct brw_compiler *compiler,
brw_vec4_tcs.h 33 #include "brw_compiler.h"
42 vec4_tcs_visitor(const struct brw_compiler *compiler,
test_vec4_copy_propagation.cpp 35 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/
iris_screen.h 74 struct brw_compiler *compiler;

Completed in 15 milliseconds

1 2 3 4 5