Home
last modified time | relevance | path

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

123

/third_party/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.h95 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,
Dbrw_shader.h49 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()
Dbrw_compiler.h47 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 …]
Dtest_vec4_dead_code_eliminate.cpp35 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()
Dbrw_nir_rt.h66 brw_nir_create_raygen_trampoline(const struct brw_compiler *compiler,
69 brw_nir_create_trivial_return_shader(const struct brw_compiler *compiler,
Dbrw_compiler.c104 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()
Dtest_vec4_copy_propagation.cpp35 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()
Dtest_fs_copy_propagation.cpp36 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()
Dbrw_nir.c528 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()
Dtest_vec4_register_coalesce.cpp37 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()
Dbrw_vec4_tes.h41 vec4_tes_visitor(const struct brw_compiler *compiler,
Dbrw_kernel.h62 brw_kernel_from_spirv(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,
Dgfx6_gs_visitor.h38 gfx6_gs_visitor(const struct brw_compiler *comp, in gfx6_gs_visitor()
Dbrw_vec4_vs_visitor.cpp94 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, in vec4_vs_visitor()
Dbrw_compile_clip.c29 brw_compile_clip(const struct brw_compiler *compiler, in brw_compile_clip()
Dbrw_fs.h96 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;
Dmeson.build33 'brw_compiler.c',
34 'brw_compiler.h',
Dbrw_vec4.h45 brw_vec4_generate_assembly(const struct brw_compiler *compiler,
68 vec4_visitor(const struct brw_compiler *compiler,
Dbrw_ir.h93 bool is_3src(const struct brw_compiler *compiler) const;
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c58 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/
Dblorp.c232 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()

123