/external/mesa3d/src/intel/compiler/ |
D | brw_debug_recompile.c | 32 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 …]
|
D | brw_nir.h | 94 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,
|
D | brw_shader.h | 46 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);
|
D | brw_compiler.h | 43 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 …]
|
D | test_vec4_dead_code_eliminate.cpp | 34 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()
|
D | brw_compiler.c | 96 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()
|
D | test_vec4_copy_propagation.cpp | 36 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()
|
D | test_fs_copy_propagation.cpp | 35 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()
|
D | brw_nir.c | 471 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()
|
D | test_vec4_register_coalesce.cpp | 38 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()
|
D | brw_vec4_tes.h | 41 vec4_tes_visitor(const struct brw_compiler *compiler,
|
D | brw_vec4_vs.h | 34 vec4_vs_visitor(const struct brw_compiler *compiler,
|
D | brw_vec4_gs_visitor.h | 43 vec4_gs_visitor(const struct brw_compiler *compiler,
|
D | brw_vec4_tcs.h | 42 vec4_tcs_visitor(const struct brw_compiler *compiler,
|
D | brw_compile_clip.c | 29 brw_compile_clip(const struct brw_compiler *compiler, in brw_compile_clip()
|
D | brw_vec4_vs_visitor.cpp | 100 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, in vec4_vs_visitor()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.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,
|
D | brw_tcs.c | 42 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()
|
D | brw_tes.c | 41 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()
|
D | brw_vs.h | 49 brw_vs_populate_default_key(const struct brw_compiler *compiler,
|
D | brw_wm.h | 51 brw_wm_populate_default_key(const struct brw_compiler *compiler,
|
D | brw_gs.h | 44 brw_gs_populate_default_key(const struct brw_compiler *compiler,
|
D | brw_cs.h | 47 brw_cs_populate_default_key(const struct brw_compiler *compiler,
|
D | brw_gs.c | 57 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/ |
D | anv_pipeline.c | 134 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 …]
|