Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compiler.h40 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,
Dbrw_nir.h94 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler,
116 const struct brw_compiler *compiler,
128 const struct brw_compiler *compiler,
Dbrw_compiler.c100 struct brw_compiler *
103 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); in brw_compiler_create()
Dtest_vec4_copy_propagation.cpp37 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()
Dtest_fs_copy_propagation.cpp35 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()
Dtest_vec4_register_coalesce.cpp39 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()
Dbrw_fs.h60 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;
Dbrw_shader.h190 backend_shader(const struct brw_compiler *compiler,
198 const struct brw_compiler *compiler;
Dbrw_nir.c457 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()
Dbrw_vec4_tes.h41 vec4_tes_visitor(const struct brw_compiler *compiler,
Dbrw_vec4_gs_visitor.h41 vec4_gs_visitor(const struct brw_compiler *compiler,
Dbrw_link.cpp93 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()
Dbrw_vec4_tcs.h42 vec4_tcs_visitor(const struct brw_compiler *compiler,
Dbrw_vs.h74 vec4_vs_visitor(const struct brw_compiler *compiler,
Dgen6_gs_visitor.h38 gen6_gs_visitor(const struct brw_compiler *comp, in gen6_gs_visitor()
Dintel_screen.h85 struct brw_compiler *compiler;
DMakefile.sources4 brw_compiler.c \
5 brw_compiler.h \
Dbrw_vec4.h43 brw_vec4_generate_assembly(const struct brw_compiler *compiler,
67 vec4_visitor(const struct brw_compiler *compiler,
Dtest_fs_cmod_propagation.cpp35 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()
Dbrw_vec4_vs_visitor.cpp202 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler, in vec4_vs_visitor()
Dtest_fs_saturate_propagation.cpp35 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()
Dbrw_vec4_tcs.cpp36 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()
Dbrw_tcs.c39 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/
Dblorp.c166 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/
Danv_pipeline.c100 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()

12