Searched refs:entry_point_name (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/spirv/
H A Dnir_spirv.h56 gl_shader_stage stage, const char *entry_point_name,
H A Dvtn_private.h381 const char *entry_point_name; member in struct:vtn_builder
H A Dspirv_to_nir.c2693 if (strcmp(entry_point->name, b->entry_point_name) != 0 ||
3183 gl_shader_stage stage, const char *entry_point_name,
3206 b->entry_point_name = entry_point_name;
3181 spirv_to_nir(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name, const struct nir_spirv_supported_extensions *ext, const nir_shader_compiler_options *options) argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h52 string entry_point_name,
65 const string& entry_point_name() const { return entry_point_name_; } function in class:xla::cpu::CpuAotCompilationOptions
H A Dcpu_compiler.cc107 string triple, string cpu_name, string features, string entry_point_name,
112 entry_point_name_(std::move(entry_point_name)),
860 const string& entry_point_name = options.entry_point_name(); local
863 ir_emitter.EmitComputation(computation, entry_point_name,
867 CHECK(entry_function->getName() == llvm_ir::AsStringRef(entry_point_name));
106 CpuAotCompilationOptions( string triple, string cpu_name, string features, string entry_point_name, RelocationModel relocation_model) argument
/external/tensorflow/tensorflow/compiler/aot/
H A Dcompile.cc77 compile_result->entry_point = aot_opts.entry_point_name();

Completed in 141 milliseconds