Home
last modified time | relevance | path

Searched defs:entry_point_name (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dwell_known_classes.cc316 entry_point_name) \ in InitStringEntryPoints() argument
325 new_java_name, new_signature, entry_point_name) \ in StringInitToStringFactory() argument
339 new_java_name, new_signature, entry_point_name) \ in StringInitToEntryPoint() argument
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c48 const char *entry_point_name, in spirv_to_dxil()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h70 const std::string& entry_point_name() const { return entry_point_name_; } in entry_point_name() function
H A Dcpu_compiler.cc274 std::string entry_point_name, RelocationModel relocation_model) in CpuAotCompilationOptions()
1515 const std::string& entry_point_name = options.entry_point_name(); in CompileAheadOfTime() local
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c233 gl_shader_stage stage, const char *entry_point_name) in spirv_verify_gl_specialization_constants()
H A Dspirv_to_nir.c6635 gl_shader_stage stage, const char *entry_point_name, in vtn_create_builder()
6845 gl_shader_stage stage, const char *entry_point_name, in spirv_to_nir()
H A Dvtn_private.h682 const char *entry_point_name; member
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dglspirv.c252 const char *entry_point_name = spirv_data->SpirVEntryPoint; in _mesa_spirv_to_nir() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.mode_setting_test.cpp102 std::string entry_point_name; member
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtext_to_binary.mode_setting_test.cpp102 std::string entry_point_name; member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.mode_setting_test.cpp102 std::string entry_point_name; member
/aosp_15_r20/external/angle/scripts/
H A Dgenerate_entry_points.py1630 def get_validation_expression(api, cmd_name, entry_point_name, internal_params, is_gles1): argument