HomeSort by relevance Sort by last modified time
    Searched refs:brw_compiler (Results 1 - 25 of 46) sorted by null

1 2

  /external/mesa3d/src/intel/compiler/
brw_vec4_tes.h 41 vec4_tes_visitor(const struct brw_compiler *compiler,
brw_nir.h 29 #include "brw_compiler.h"
95 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler,
99 brw_nir_link_shaders(const struct brw_compiler *compiler,
119 const struct brw_compiler *compiler,
130 const struct brw_compiler *compiler,
150 void brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler,
157 const struct brw_compiler *compiler,
brw_vec4_vs.h 34 vec4_vs_visitor(const struct brw_compiler *compiler,
brw_vec4_gs_visitor.h 43 vec4_gs_visitor(const struct brw_compiler *compiler,
brw_shader.h 29 #include "brw_compiler.h"
193 backend_shader(const struct brw_compiler *compiler,
202 const struct brw_compiler *compiler;
261 void brw_fs_alloc_reg_sets(struct brw_compiler *compiler);
264 void brw_vec4_alloc_reg_set(struct brw_compiler *compiler);
brw_vec4_tcs.h 33 #include "brw_compiler.h"
42 vec4_tcs_visitor(const struct brw_compiler *compiler,
gen6_gs_visitor.h 38 gen6_gs_visitor(const struct brw_compiler *comp,
brw_compiler.h 40 struct brw_compiler { struct
    [all...]
brw_compiler.c 24 #include "brw_compiler.h"
102 struct brw_compiler *
105 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler);
test_vec4_copy_propagation.cpp 36 struct brw_compiler *compiler;
47 copy_propagation_vec4_visitor(struct brw_compiler *compiler,
92 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
brw_compile_clip.c 29 brw_compile_clip(const struct brw_compiler *compiler,
test_fs_copy_propagation.cpp 35 struct brw_compiler *compiler;
46 copy_propagation_fs_visitor(struct brw_compiler *compiler,
58 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
test_vec4_register_coalesce.cpp 38 struct brw_compiler *compiler;
50 register_coalesce_vec4_visitor(struct brw_compiler *compiler,
95 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
brw_nir.c 523 brw_nir_no_indirect_mask(const struct brw_compiler *compiler,
539 brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler,
608 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir)
677 brw_nir_link_shaders(const struct brw_compiler *compiler,
714 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler,
785 const struct brw_compiler *compiler,
brw_fs.h 63 fs_visitor(const struct brw_compiler *compiler, void *log_data,
72 fs_visitor(const struct brw_compiler *compiler, void *log_data,
387 fs_generator(const struct brw_compiler *compiler, void *log_data,
474 const struct brw_compiler *compiler;
brw_vec4_vs_visitor.cpp 169 vec4_vs_visitor::vec4_vs_visitor(const struct brw_compiler *compiler,
test_fs_cmod_propagation.cpp 35 struct brw_compiler *compiler;
46 cmod_propagation_fs_visitor(struct brw_compiler *compiler,
58 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
brw_vec4.h 43 brw_vec4_generate_assembly(const struct brw_compiler *compiler,
67 vec4_visitor(const struct brw_compiler *compiler,
brw_vec4_tcs.cpp 37 vec4_tcs_visitor::vec4_tcs_visitor(const struct brw_compiler *compiler,
378 brw_compile_tcs(const struct brw_compiler *compiler,
brw_nir_analyze_ubo_ranges.c 168 brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.h 94 struct brw_compiler *compiler;
brw_tcs.c 38 create_passthrough_tcs(void *mem_ctx, const struct brw_compiler *compiler,
158 const struct brw_compiler *compiler = brw->screen->compiler;
  /external/mesa3d/src/intel/blorp/
blorp.c 29 #include "compiler/brw_compiler.h"
168 const struct brw_compiler *compiler = blorp->compiler;
209 const struct brw_compiler *compiler = blorp->compiler;
blorp.h 46 const struct brw_compiler *compiler;
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 108 const struct brw_compiler *compiler =
392 const struct brw_compiler *compiler =
503 const struct brw_compiler *compiler =
623 const struct brw_compiler *compiler =
766 const struct brw_compiler *compiler =
844 const struct brw_compiler *compiler =
    [all...]

Completed in 324 milliseconds

1 2