/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_compiler.h | 40 struct brw_compiler { struct 767 struct brw_compiler * 776 brw_compile_vs(const struct brw_compiler *compiler, void *log_data, 793 brw_compile_tcs(const struct brw_compiler *compiler, 809 brw_compile_tes(const struct brw_compiler *compiler, void *log_data, 826 brw_compile_gs(const struct brw_compiler *compiler, void *log_data, 842 brw_compile_fs(const struct brw_compiler *compiler, void *log_data, 861 brw_compile_cs(const struct brw_compiler *compiler, void *log_data,
|
D | brw_nir.h | 94 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler, 116 const struct brw_compiler *compiler, 128 const struct brw_compiler *compiler,
|
D | brw_compiler.c | 100 struct brw_compiler * 103 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); in brw_compiler_create()
|
D | test_vec4_copy_propagation.cpp | 37 struct brw_compiler *compiler; 48 copy_propagation_vec4_visitor(struct brw_compiler *compiler, in copy_propagation_vec4_visitor() 93 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() 58 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
|
D | test_vec4_register_coalesce.cpp | 39 struct brw_compiler *compiler; 51 register_coalesce_vec4_visitor(struct brw_compiler *compiler, in register_coalesce_vec4_visitor() 96 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
|
D | brw_fs.h | 60 fs_visitor(const struct brw_compiler *compiler, void *log_data, 69 fs_visitor(const struct brw_compiler *compiler, void *log_data, 380 fs_generator(const struct brw_compiler *compiler, void *log_data, 467 const struct brw_compiler *compiler;
|
D | brw_shader.h | 190 backend_shader(const struct brw_compiler *compiler, 198 const struct brw_compiler *compiler;
|
D | brw_nir.c | 457 nir_optimize(nir_shader *nir, const struct brw_compiler *compiler, in nir_optimize() 530 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir) in brw_preprocess_nir() 597 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir() 663 const struct brw_compiler *compiler, in brw_nir_apply_sampler_key()
|
D | brw_vec4_tes.h | 41 vec4_tes_visitor(const struct brw_compiler *compiler,
|
D | brw_vec4_gs_visitor.h | 41 vec4_gs_visitor(const struct brw_compiler *compiler,
|
D | brw_link.cpp | 93 const struct brw_compiler *compiler = brw->screen->compiler; in process_glsl_ir() 203 const struct brw_compiler *compiler = brw->screen->compiler; in brw_link_shader()
|
D | brw_vec4_tcs.h | 42 vec4_tcs_visitor(const struct brw_compiler *compiler,
|
D | brw_vs.h | 74 vec4_vs_visitor(const struct brw_compiler *compiler,
|
D | gen6_gs_visitor.h | 38 gen6_gs_visitor(const struct brw_compiler *comp, in gen6_gs_visitor()
|
D | intel_screen.h | 85 struct brw_compiler *compiler;
|
D | Makefile.sources | 4 brw_compiler.c \ 5 brw_compiler.h \
|
D | brw_vec4.h | 43 brw_vec4_generate_assembly(const struct brw_compiler *compiler, 67 vec4_visitor(const struct brw_compiler *compiler,
|
D | test_fs_cmod_propagation.cpp | 35 struct brw_compiler *compiler; 46 cmod_propagation_fs_visitor(struct brw_compiler *compiler, in cmod_propagation_fs_visitor() 58 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
|
D | brw_vec4_vs_visitor.cpp | 202 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, in vec4_vs_visitor()
|
D | test_fs_saturate_propagation.cpp | 35 struct brw_compiler *compiler; 46 saturate_propagation_fs_visitor(struct brw_compiler *compiler, in saturate_propagation_fs_visitor() 58 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler)); in SetUp()
|
D | brw_vec4_tcs.cpp | 36 vec4_tcs_visitor::vec4_tcs_visitor(const struct brw_compiler *compiler, in vec4_tcs_visitor() 389 brw_compile_tcs(const struct brw_compiler *compiler, in brw_compile_tcs()
|
D | brw_tcs.c | 39 create_passthrough_tcs(void *mem_ctx, const struct brw_compiler *compiler, in create_passthrough_tcs() 159 const struct brw_compiler *compiler = brw->screen->compiler; in brw_codegen_tcs_prog()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 166 const struct brw_compiler *compiler = blorp->compiler; in blorp_compile_fs() 199 const struct brw_compiler *compiler = blorp->compiler; in blorp_compile_vs()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 100 const struct brw_compiler *compiler = in anv_shader_compile_to_nir() 437 const struct brw_compiler *compiler = in anv_pipeline_compile_vs() 555 const struct brw_compiler *compiler = in anv_pipeline_compile_tcs_tes() 698 const struct brw_compiler *compiler = in anv_pipeline_compile_gs() 775 const struct brw_compiler *compiler = in anv_pipeline_compile_fs() 897 const struct brw_compiler *compiler = in anv_pipeline_compile_cs()
|