HomeSort by relevance Sort by last modified time
    Searched refs:entry_point_name (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/compiler/spirv/
nir_spirv.h 56 gl_shader_stage stage, const char *entry_point_name,
vtn_private.h 381 const char *entry_point_name; member in struct:vtn_builder
spirv_to_nir.c     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h 52 string entry_point_name,
65 const string& entry_point_name() const { return entry_point_name_; } function in class:xla::cpu::CpuAotCompilationOptions
cpu_compiler.cc 107 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
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.hpp 342 // The entry_point_name parameter is a null-terminated string specifying
356 const char* entry_point_name,
360 entry_point_name, options.options_);
409 const char* entry_point_name,
412 input_file_name, entry_point_name, options);
476 const char* entry_point_name, const CompileOptions& options) const {
480 input_file_name, entry_point_name, options.options_);
501 const char* input_file_name, const char* entry_point_name,
505 entry_point_name, options);
shaderc.h 441 // The entry_point_name null-terminated string defines the name of the entry
450 const char* input_file_name, const char* entry_point_name,
459 const char* input_file_name, const char* entry_point_name,
467 const char* input_file_name, const char* entry_point_name,
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc.cc 465 const char* input_file_name, const char* entry_point_name,
499 source_string, forced_stage, input_file_name_str, entry_point_name,
511 source_string, forced_stage, input_file_name_str, entry_point_name,
542 const char* input_file_name, const char* entry_point_name,
546 entry_point_name, additional_options,
553 const char* input_file_name, const char* entry_point_name,
557 entry_point_name, additional_options,
564 const char* input_file_name, const char* entry_point_name,
568 entry_point_name, additional_options,
  /external/tensorflow/tensorflow/compiler/aot/
compile.cc 77 compile_result->entry_point = aot_opts.entry_point_name();
  /art/runtime/
well_known_classes.cc 259 new_java_name, new_signature, entry_point_name) \
260 qpoints->p ## entry_point_name = reinterpret_cast<void(*)()>(new_runtime_name);
267 new_java_name, new_signature, entry_point_name) \
279 new_java_name, new_signature, entry_point_name) \
281 return kQuick ## entry_point_name; \
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
compiler.h 284 // For HLSL compilation, entry_point_name is the null-terminated string for
285 // the entry point. For GLSL compilation, entry_point_name is ignored, and
314 const std::string& error_tag, const char* entry_point_name,
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 124 const std::string& error_tag, const char* entry_point_name,
211 shader.setEntryPoint(entry_point_name);

Completed in 646 milliseconds