Home
last modified time | relevance | path

Searched refs:brw_compiler (Results 1 – 25 of 64) sorted by relevance

123

/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
Dbrw_nir.h94 void brw_preprocess_nir(const struct brw_compiler *compiler,
99 brw_nir_link_shaders(const struct brw_compiler *compiler,
136 const struct brw_compiler *compiler,
149 const struct brw_compiler *compiler,
173 void brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler,
181 const struct brw_compiler *compiler,
186 const struct brw_compiler *compiler,
Dbrw_shader.h46 backend_shader(const struct brw_compiler *compiler,
55 const struct brw_compiler *compiler;
111 void brw_fs_alloc_reg_sets(struct brw_compiler *compiler);
114 void brw_vec4_alloc_reg_set(struct brw_compiler *compiler);
Dbrw_compiler.h43 struct brw_compiler { struct
1378 struct brw_compiler *
1391 brw_get_compiler_config_value(const struct brw_compiler *compiler);
1408 brw_compile_vs(const struct brw_compiler *compiler, void *log_data,
1423 brw_compile_tcs(const struct brw_compiler *compiler,
1439 brw_compile_tes(const struct brw_compiler *compiler, void *log_data,
1455 brw_compile_gs(const struct brw_compiler *compiler, void *log_data,
1474 brw_compile_sf(const struct brw_compiler *compiler,
1490 brw_compile_clip(const struct brw_compiler *compiler,
1503 brw_compile_fs(const struct brw_compiler *compiler, void *log_data,
[all …]
Dtest_vec4_dead_code_eliminate.cpp34 struct brw_compiler *compiler;
45 dead_code_eliminate_vec4_visitor(struct brw_compiler *compiler, in dead_code_eliminate_vec4_visitor()
90 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
Dbrw_compiler.c96 struct brw_compiler *
99 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); in brw_compiler_create()
209 brw_get_compiler_config_value(const struct brw_compiler *compiler) in brw_get_compiler_config_value()
Dtest_vec4_copy_propagation.cpp36 struct brw_compiler *compiler;
47 copy_propagation_vec4_visitor(struct brw_compiler *compiler, in copy_propagation_vec4_visitor()
92 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
Dtest_fs_copy_propagation.cpp35 struct brw_compiler *compiler;
46 copy_propagation_fs_visitor(struct brw_compiler *compiler, in copy_propagation_fs_visitor()
57 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
Dbrw_nir.c471 brw_nir_no_indirect_mask(const struct brw_compiler *compiler, in brw_nir_no_indirect_mask()
514 brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler, in brw_nir_optimize()
637 const struct brw_compiler *compiler = (const struct brw_compiler *) data; in lower_bit_size_callback()
744 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, in brw_preprocess_nir()
861 brw_nir_link_shaders(const struct brw_compiler *compiler, in brw_nir_link_shaders()
977 const struct brw_compiler *compiler, in brw_vectorize_lower_mem_access()
1024 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir()
1164 const struct brw_compiler *compiler, in brw_nir_apply_sampler_key()
1262 const struct brw_compiler *compiler, in brw_nir_apply_key()
1473 brw_nir_create_passthrough_tcs(void *mem_ctx, const struct brw_compiler *compiler, in brw_nir_create_passthrough_tcs()
Dtest_vec4_register_coalesce.cpp38 struct brw_compiler *compiler;
50 register_coalesce_vec4_visitor(struct brw_compiler *compiler, in register_coalesce_vec4_visitor()
95 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
Dbrw_vec4_tes.h41 vec4_tes_visitor(const struct brw_compiler *compiler,
Dbrw_vec4_vs.h34 vec4_vs_visitor(const struct brw_compiler *compiler,
Dbrw_vec4_gs_visitor.h43 vec4_gs_visitor(const struct brw_compiler *compiler,
Dbrw_vec4_tcs.h42 vec4_tcs_visitor(const struct brw_compiler *compiler,
Dbrw_compile_clip.c29 brw_compile_clip(const struct brw_compiler *compiler, in brw_compile_clip()
Dbrw_vec4_vs_visitor.cpp100 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, in vec4_vs_visitor()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.h94 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,
Dbrw_tcs.c42 const struct brw_compiler *compiler = brw->screen->compiler; in brw_codegen_tcs_prog()
163 const struct brw_compiler *compiler = brw->screen->compiler; in brw_tcs_populate_key()
237 brw_tcs_populate_default_key(const struct brw_compiler *compiler, in brw_tcs_populate_default_key()
274 const struct brw_compiler *compiler = brw->screen->compiler; in brw_tcs_precompile()
Dbrw_tes.c41 const struct brw_compiler *compiler = brw->screen->compiler; in brw_codegen_tes_prog()
185 brw_tes_populate_default_key(const struct brw_compiler *compiler, in brw_tes_populate_default_key()
215 const struct brw_compiler *compiler = brw->screen->compiler; in brw_tes_precompile()
Dbrw_vs.h49 brw_vs_populate_default_key(const struct brw_compiler *compiler,
Dbrw_wm.h51 brw_wm_populate_default_key(const struct brw_compiler *compiler,
Dbrw_gs.h44 brw_gs_populate_default_key(const struct brw_compiler *compiler,
Dbrw_cs.h47 brw_cs_populate_default_key(const struct brw_compiler *compiler,
Dbrw_gs.c57 struct brw_compiler *compiler = brw->screen->compiler; in brw_codegen_gs_prog()
187 brw_gs_populate_default_key(const struct brw_compiler *compiler, in brw_gs_populate_default_key()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c134 const struct brw_compiler *compiler = pdevice->compiler; in anv_shader_compile_to_nir()
704 const struct brw_compiler *compiler = in anv_pipeline_stage_get_nir()
740 const struct brw_compiler *compiler = pdevice->compiler; in anv_pipeline_lower_nir()
798 anv_pipeline_link_vs(const struct brw_compiler *compiler, in anv_pipeline_link_vs()
807 anv_pipeline_compile_vs(const struct brw_compiler *compiler, in anv_pipeline_compile_vs()
872 anv_pipeline_link_tcs(const struct brw_compiler *compiler, in anv_pipeline_link_tcs()
900 anv_pipeline_compile_tcs(const struct brw_compiler *compiler, in anv_pipeline_compile_tcs()
920 anv_pipeline_link_tes(const struct brw_compiler *compiler, in anv_pipeline_link_tes()
929 anv_pipeline_compile_tes(const struct brw_compiler *compiler, in anv_pipeline_compile_tes()
950 anv_pipeline_link_gs(const struct brw_compiler *compiler, in anv_pipeline_link_gs()
[all …]

123