Searched refs:entry_point_name (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | nir_spirv.h | 102 gl_shader_stage stage, const char *entry_point_name); 107 gl_shader_stage stage, const char *entry_point_name,
|
D | gl_spirv.c | 224 gl_shader_stage stage, const char *entry_point_name) in gl_spirv_validation() argument 234 stage, entry_point_name, in gl_spirv_validation()
|
D | vtn_private.h | 691 const char *entry_point_name; member 927 gl_shader_stage stage, const char *entry_point_name,
|
D | spirv_to_nir.c | 4126 if (strcmp(entry_point->name, b->entry_point_name) != 0 || in vtn_handle_entry_point() 5586 gl_shader_stage stage, const char *entry_point_name, in vtn_create_builder() argument 5602 b->entry_point_name = entry_point_name; in vtn_create_builder() 5733 gl_shader_stage stage, const char *entry_point_name, in spirv_to_nir() argument 5741 stage, entry_point_name, in spirv_to_nir() 5778 _mesa_shader_stage_to_string(stage), entry_point_name); in spirv_to_nir()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 55 string entry_point_name, 69 const string& entry_point_name() const { return entry_point_name_; } in entry_point_name() function
|
D | cpu_compiler.cc | 156 string triple, string cpu_name, string features, string entry_point_name, in CpuAotCompilationOptions() argument 161 entry_point_name_(std::move(entry_point_name)), in CpuAotCompilationOptions() 968 const string& entry_point_name = options.entry_point_name(); in CompileAheadOfTime() local 971 computation, entry_point_name, in CompileAheadOfTime() 975 CHECK(entry_function->getName() == entry_point_name); in CompileAheadOfTime()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.mode_setting_test.cpp | 102 std::string entry_point_name; member 111 " %1 \"" + GetParam().entry_point_name + "\""; in TEST_P() 115 MakeVector(GetParam().entry_point_name)))); in TEST_P()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.mode_setting_test.cpp | 102 std::string entry_point_name; member 111 " %1 \"" + GetParam().entry_point_name + "\""; in TEST_P() 115 MakeVector(GetParam().entry_point_name)))); in TEST_P()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | text_to_binary.mode_setting_test.cpp | 102 std::string entry_point_name; member 111 " %1 \"" + GetParam().entry_point_name + "\""; in TEST_P() 115 MakeVector(GetParam().entry_point_name)))); in TEST_P()
|
/external/mesa3d/src/mesa/main/ |
D | glspirv.c | 231 const char *entry_point_name = spirv_data->SpirVEntryPoint; in _mesa_spirv_to_nir() local 232 assert(entry_point_name); in _mesa_spirv_to_nir() 264 stage, entry_point_name, in _mesa_spirv_to_nir()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | compile.cc | 99 compile_result->entry_point = aot_opts.entry_point_name(); in CompileXla()
|
/external/angle/scripts/ |
D | generate_entry_points.py | 2290 entry_point_name = strip_api_prefix(command_name) 2294 entry_point=entry_point_name, 2297 context_call=entry_point_name[0].lower() + entry_point_name[1:],
|