/third_party/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 | 95 void brw_preprocess_nir(const struct brw_compiler *compiler, 100 brw_nir_link_shaders(const struct brw_compiler *compiler, 133 const struct brw_compiler *compiler, 150 const struct brw_compiler *compiler, 172 void brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler, 180 const struct brw_compiler *compiler, 185 const struct brw_compiler *compiler,
|
D | brw_shader.h | 49 backend_shader(const struct brw_compiler *compiler, 59 const struct brw_compiler *compiler; 115 void brw_fs_alloc_reg_sets(struct brw_compiler *compiler); 118 void brw_vec4_alloc_reg_set(struct brw_compiler *compiler); 133 brw_nir_no_indirect_mask(const struct brw_compiler *compiler, in brw_nir_no_indirect_mask()
|
D | brw_compiler.h | 47 struct brw_compiler { struct 1550 struct brw_compiler * 1563 brw_get_compiler_config_value(const struct brw_compiler *compiler); 1603 brw_compile_vs(const struct brw_compiler *compiler, 1631 brw_compile_tcs(const struct brw_compiler *compiler, 1660 brw_compile_tes(const struct brw_compiler *compiler, 1688 brw_compile_gs(const struct brw_compiler *compiler, 1701 brw_compile_sf(const struct brw_compiler *compiler, 1717 brw_compile_clip(const struct brw_compiler *compiler, 1737 brw_compile_task(const struct brw_compiler *compiler, [all …]
|
D | test_vec4_dead_code_eliminate.cpp | 35 struct brw_compiler *compiler; 46 dead_code_eliminate_vec4_visitor(struct brw_compiler *compiler, in dead_code_eliminate_vec4_visitor() 92 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
|
D | brw_nir_rt.h | 66 brw_nir_create_raygen_trampoline(const struct brw_compiler *compiler, 69 brw_nir_create_trivial_return_shader(const struct brw_compiler *compiler,
|
D | brw_compiler.c | 104 struct brw_compiler * 107 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); in brw_compiler_create() 222 brw_get_compiler_config_value(const struct brw_compiler *compiler) in brw_get_compiler_config_value()
|
D | test_vec4_copy_propagation.cpp | 35 struct brw_compiler *compiler; 46 copy_propagation_vec4_visitor(struct brw_compiler *compiler, in copy_propagation_vec4_visitor() 92 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
|
D | test_fs_copy_propagation.cpp | 36 struct brw_compiler *compiler; 47 copy_propagation_fs_visitor(struct brw_compiler *compiler, in copy_propagation_fs_visitor() 59 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
|
D | brw_nir.c | 528 brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler, in brw_nir_optimize() 648 const struct brw_compiler *compiler = (const struct brw_compiler *) data; in lower_bit_size_callback() 812 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, in brw_preprocess_nir() 933 brw_nir_link_shaders(const struct brw_compiler *compiler, in brw_nir_link_shaders() 1084 const struct brw_compiler *compiler, in brw_vectorize_lower_mem_access() 1141 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir() 1325 const struct brw_compiler *compiler, in brw_nir_apply_sampler_key() 1417 const struct brw_compiler *compiler, in brw_nir_apply_key() 1597 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 | 37 struct brw_compiler *compiler; 49 register_coalesce_vec4_visitor(struct brw_compiler *compiler, in register_coalesce_vec4_visitor() 95 compiler = rzalloc(ctx, struct brw_compiler); in SetUp()
|
D | brw_vec4_tes.h | 41 vec4_tes_visitor(const struct brw_compiler *compiler,
|
D | brw_kernel.h | 62 brw_kernel_from_spirv(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 | gfx6_gs_visitor.h | 38 gfx6_gs_visitor(const struct brw_compiler *comp, in gfx6_gs_visitor()
|
D | brw_vec4_vs_visitor.cpp | 94 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, in vec4_vs_visitor()
|
D | brw_compile_clip.c | 29 brw_compile_clip(const struct brw_compiler *compiler, in brw_compile_clip()
|
D | brw_fs.h | 96 fs_visitor(const struct brw_compiler *compiler, void *log_data, 103 fs_visitor(const struct brw_compiler *compiler, void *log_data, 470 fs_generator(const struct brw_compiler *compiler, void *log_data, 566 const struct brw_compiler *compiler;
|
D | meson.build | 33 'brw_compiler.c', 34 'brw_compiler.h',
|
D | brw_vec4.h | 45 brw_vec4_generate_assembly(const struct brw_compiler *compiler, 68 vec4_visitor(const struct brw_compiler *compiler,
|
D | brw_ir.h | 93 bool is_3src(const struct brw_compiler *compiler) const;
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 58 const struct brw_compiler *compiler = pdevice->compiler; in anv_shader_stage_to_nir() 654 const struct brw_compiler *compiler = in anv_pipeline_stage_get_nir() 697 const struct brw_compiler *compiler = pdevice->compiler; in anv_pipeline_lower_nir() 797 anv_pipeline_link_vs(const struct brw_compiler *compiler, in anv_pipeline_link_vs() 806 anv_pipeline_compile_vs(const struct brw_compiler *compiler, in anv_pipeline_compile_vs() 876 anv_pipeline_link_tcs(const struct brw_compiler *compiler, in anv_pipeline_link_tcs() 904 anv_pipeline_compile_tcs(const struct brw_compiler *compiler, in anv_pipeline_compile_tcs() 929 anv_pipeline_link_tes(const struct brw_compiler *compiler, in anv_pipeline_link_tes() 938 anv_pipeline_compile_tes(const struct brw_compiler *compiler, in anv_pipeline_compile_tes() 964 anv_pipeline_link_gs(const struct brw_compiler *compiler, in anv_pipeline_link_gs() [all …]
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.c | 232 const struct brw_compiler *compiler = blorp->compiler; in blorp_compile_fs() 271 const struct brw_compiler *compiler = blorp->compiler; in blorp_compile_vs() 306 const struct brw_compiler *compiler = blorp->compiler; in blorp_compile_cs()
|