| /arkcompiler/runtime_core/static_core/tests/panda/run/panda-options/ |
| H A D | panda_options.cpp | 66 std::string entrypoint = std::string(main_class) + "::" + std::string(main_function); in TEST_F() local
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_decoder.c | 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_profile_supported() argument
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| H A D | riscv.c | 84 void __noreturn efi_enter_kernel(unsigned long entrypoint, unsigned long fdt, in efi_enter_kernel() argument
|
| H A D | arm64.c | 132 void __noreturn efi_enter_kernel(unsigned long entrypoint, in efi_enter_kernel() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan_glslang.c | 138 glslc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) glslc_shader_compile() argument
|
| H A D | vulkan_shaderc.c | 23 shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) shdc_shader_compile() argument
|
| /third_party/mesa3d/src/mapi/glapi/ |
| H A D | glapi_entrypoint.c | 116 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset() argument 191 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument 218 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_coroutine.cpp | 131 Method *entrypoint = GetManagedEntrypoint(); in GetReturnType() local
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
| H A D | riscv-stub.c | 62 void __noreturn efi_enter_kernel(unsigned long entrypoint, unsigned long fdt, in efi_enter_kernel() argument
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | config.c | 113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument 235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument 414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) vlVaQueryConfigAttributes() argument [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_pipeline.c | 148 ASSERTED nir_function_impl *entrypoint = nir_shader_get_entrypoint(module->nir); in vk_pipeline_hash_shader_stage() local
|
| /arkcompiler/runtime_core/panda/ |
| H A D | panda.cpp | 98 PrepareArguments(panda::PandArgParser *pa_parser, const RuntimeOptions &runtime_options, const panda::PandArg<std::string> &file, const panda::PandArg<std::string> &entrypoint, const panda::PandArg<bool> &help, int argc, const char **argv) PrepareArguments() argument 141 ExecutePandaFile(panda::PandArg<bool> &options, panda::PandArgParser &pa_parser, panda::PandArg<std::string> &file, panda::PandArg<std::string> &entrypoint, RuntimeOptions &runtime_options) ExecutePandaFile() argument [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| H A D | runtime_calls.cpp | 38 llvm::FunctionCallee GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProto, in GetPandaRuntimeFunctionCallee() argument
|
| /arkcompiler/runtime_core/static_core/panda/ |
| H A D | panda.cpp | 69 PrepareArguments(ark::PandArgParser *paParser, const RuntimeOptions &runtimeOptions, const ark::PandArg<std::string> &file, const ark::PandArg<std::string> &entrypoint, const ark::PandArg<bool> &help) PrepareArguments() argument 128 GetPandArgParser(ark::PandArg<bool> &help, ark::PandArg<bool> &options, ark::PandArg<std::string> &file, ark::PandArg<std::string> &entrypoint) GetPandArgParser() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine.h | 69 Method *entrypoint; member 272 Method *entrypoint = nullptr; global() member 288 NativeEntrypointInfo::NativeEntrypointFunc entrypoint; global() member [all...] |
| H A D | coroutine_manager.cpp | 85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entrypoint, in CreateCoroutineInstance() argument
|
| H A D | threaded_coroutine_manager.cpp | 155 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() argument 339 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImpl() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | panda_vm.cpp | 56 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::string> &args) in InvokeEntrypoint() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_multiview.c | 49 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in shader_writes_to_memory() local 134 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_shader_uses_view_index() local 154 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader_no_position); in shader_only_position_uses_view_index() local 233 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_lower_multiview() local [all...] |
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_video_codec.h | 52 enum pipe_video_entrypoint entrypoint; member
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_lower_multiview.c | 182 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in anv_nir_lower_multiview() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | allocate.h | 92 DECLARE_ALLOCATOR(entrypoint); variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | gc_barriers.cpp | 55 auto entrypoint = in EmitPreWRB() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | ark_gvn.cpp | 90 auto entrypoint = builder.CreateLoad(builder.getPtrTy(), entrypointPtr); in CreateCallBuiltin() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_vm.cpp | 211 bool PandaCoreVM::CheckEntrypointSignature(Method *entrypoint) in CheckEntrypointSignature() argument 259 Expected<int, Runtime::Error> PandaCoreVM::InvokeEntrypointImpl(Method *entrypoint, in InvokeEntrypointImpl() argument [all...] |