Home
last modified time | relevance | path

Searched defs:entrypoint (Results 1 – 25 of 110) sorted by relevance

12345

/external/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst648 …t.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
649 .. _Arm's website: `FVP models`_
650 .. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
651 .. _Linaro Release 20.01: http://releases.linaro.org/members/arm/platforms/20.01
652 .. _Arm FVP website: https://developer.arm.com/products/system-design/fixed-virtual-platforms
/external/mesa3d/src/compiler/nir/
Dnir_lower_multiview.c49 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in shader_writes_to_memory() local
116 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_shader_uses_view_index() local
136 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader_no_position); in shader_only_position_uses_view_index() local
215 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_lower_multiview() local
Dnir_lower_io_to_temporaries.c39 nir_function_impl *entrypoint; member
326 nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint, in nir_lower_io_to_temporaries()
/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c120 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset()
301 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset()
328 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset()
/external/mesa3d/src/gallium/frontends/va/
Dconfig.c111 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes()
193 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig()
344 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) in vlVaQueryConfigAttributes()
/external/arm-trusted-firmware/plat/arm/common/
Darm_pm.c108 int arm_validate_ns_entrypoint(uintptr_t entrypoint) in arm_validate_ns_entrypoint()
128 int arm_validate_psci_entrypoint(uintptr_t entrypoint) in arm_validate_psci_entrypoint()
/external/deqp-deps/glslang/SPIRV/
Ddisassemble.cpp523 unsigned entrypoint = stream[word - 1]; in disassembleInstruction() local
664 static const char* GLSLextAMDGetDebugNames(const char* name, unsigned entrypoint) in GLSLextAMDGetDebugNames()
706 static const char* GLSLextNVGetDebugNames(const char* name, unsigned entrypoint) in GLSLextNVGetDebugNames()
760 static const char* NonSemanticShaderDebugInfo100GetDebugNames(unsigned entrypoint) in NonSemanticShaderDebugInfo100GetDebugNames()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Ddisassemble.cpp523 unsigned entrypoint = stream[word - 1]; in disassembleInstruction() local
664 static const char* GLSLextAMDGetDebugNames(const char* name, unsigned entrypoint) in GLSLextAMDGetDebugNames()
706 static const char* GLSLextNVGetDebugNames(const char* name, unsigned entrypoint) in GLSLextNVGetDebugNames()
760 static const char* NonSemanticShaderDebugInfo100GetDebugNames(unsigned entrypoint) in NonSemanticShaderDebugInfo100GetDebugNames()
/external/arm-trusted-firmware/lib/psci/
Dpsci_main.c25 uintptr_t entrypoint, in psci_cpu_on()
55 uintptr_t entrypoint, in psci_cpu_suspend()
154 int psci_system_suspend(uintptr_t entrypoint, u_register_t context_id) in psci_system_suspend()
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Djit_compiler.cc142 std::string_view entrypoint) in JitCompiler()
159 std::string_view entrypoint) { in Instantiate()
177 std::string entrypoint = entry_func.getName().str(); in Compile() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/
Dtfrt_fallback.py23 def run_tfrt_fallback(module_ir, entrypoint, arguments): argument
/external/arm-trusted-firmware/plat/xilinx/zynqmp/
Dzynqmp_sdei.c17 int arm_validate_ns_entrypoint(uintptr_t entrypoint) in arm_validate_ns_entrypoint()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c486 enum pipe_video_entrypoint entrypoint, in si_get_video_param_no_decode()
513 enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) in si_get_video_param()
667 enum pipe_video_entrypoint entrypoint) in si_vid_is_format_supported()
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/aarch64/
Dplat_helpers.S48 entrypoint: label
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c220 enum pipe_video_entrypoint entrypoint, in rvid_get_video_param()
331 enum pipe_video_entrypoint entrypoint) in rvid_is_format_supported()
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecution_engine.cc96 StringRef entrypoint) { in SetUpEntrypointFunction()
192 StringRef entrypoint, JitOptions options) { in CreateFromModule()
306 llvm::StringRef entrypoint, in CreateFromObjFile()
/external/cronet/third_party/icu/source/common/
Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *c… in uplug_initPlugFromEntrypointAndLibrary()
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) { in uplug_loadPlugFromEntrypoint()
593 UPlugEntrypoint *entrypoint = NULL; in uplug_initPlugFromLibrary() local
/external/icu/icu4c/source/common/
Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *c… in uplug_initPlugFromEntrypointAndLibrary()
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) { in uplug_loadPlugFromEntrypoint()
593 UPlugEntrypoint *entrypoint = NULL; in uplug_initPlugFromLibrary() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_stubs.c16 enum pipe_video_entrypoint entrypoint) in vl_profile_supported()
53 enum pipe_video_entrypoint entrypoint) in vl_video_buffer_is_format_supported()
Dvl_decoder.c37 enum pipe_video_entrypoint entrypoint) in vl_profile_supported()
/external/oss-fuzz/infra/build/functions/test_data/
Dexpected_coverage_build_steps.json80 "entrypoint": "sh", string
98 "entrypoint": "sh", string
116 "entrypoint": "sh", string
/external/arm-trusted-firmware/include/services/
Dspm_core_manifest.h39 uint64_t entrypoint; member
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/jit/
Dtf_jitrt_benchmark_test.cc59 static const char* entrypoint = "compute"; variable
/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c783 void cm_set_elr_el3(uint32_t security_state, uintptr_t entrypoint) in cm_set_elr_el3()
801 uintptr_t entrypoint, uint32_t spsr) in cm_set_elr_spsr_el3()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp673 static std::vector<uint32_t> FindEntrypointInterfaces(spirv_inst_iter entrypoint) { in FindEntrypointInterfaces()
690 …terface_var> CollectInterfaceByLocation(SHADER_MODULE_STATE const *src, spirv_inst_iter entrypoint, in CollectInterfaceByLocation()
734 …or<uint32_t> CollectBuiltinBlockMembers(SHADER_MODULE_STATE const *src, spirv_inst_iter entrypoint, in CollectBuiltinBlockMembers()
938 SHADER_MODULE_STATE const *vs, spirv_inst_iter entrypoint) { in ValidateViAgainstVsInputs()
1000spirv_inst_iter entrypoint, PIPELINE_STATE const *pipeline, uint32_t subpass_index) { in ValidateFsOutputsAgainstRenderPass()
1086 …ritten(SHADER_MODULE_STATE const *src, spirv_inst_iter builtin_instr, spirv_inst_iter entrypoint) { in IsPointSizeWritten()
1167 …dered_set<uint32_t> MarkAccessibleIds(SHADER_MODULE_STATE const *src, spirv_inst_iter entrypoint) { in MarkAccessibleIds()
2643 static void ProcessExecutionModes(SHADER_MODULE_STATE const *src, const spirv_inst_iter &entrypoint in ProcessExecutionModes()
2684spirv_inst_iter entrypoint, VkShaderStageFlagBits stage) const { in ValidatePointListShaderState()
2737 auto entrypoint = FindEntrypoint(module, pStage->pName, pStage->stage); in RecordPipelineShaderStage() local
[all …]

12345