Home
last modified time | relevance | path

Searched refs:mali_userspace (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/tests/framework/instruments/
DMaliCounter.cpp55 mali_userspace::uku_version_check_args version_check_args; // NOLINT in get_mali_hw_info()
56 version_check_args.header.id = mali_userspace::UKP_FUNC_ID_CHECK_VERSION; // NOLINT in get_mali_hw_info()
60 if(mali_userspace::mali_ioctl(fd, version_check_args) != 0) in get_mali_hw_info()
68 mali_userspace::kbase_uk_hwcnt_reader_set_flags flags; // NOLINT in get_mali_hw_info()
70 flags.header.id = mali_userspace::KBASE_FUNC_SET_FLAGS; // NOLINT in get_mali_hw_info()
71 flags.create_flags = mali_userspace::BASE_CONTEXT_CREATE_KERNEL_FLAGS; in get_mali_hw_info()
73 if(mali_userspace::mali_ioctl(fd, flags) != 0) in get_mali_hw_info()
81 mali_userspace::kbase_uk_gpuprops props; // NOLINT in get_mali_hw_info()
82 props.header.id = mali_userspace::KBASE_FUNC_GPU_PROPS_REG_DUMP; // NOLINT in get_mali_hw_info()
168 mali_userspace::kbase_uk_hwcnt_reader_version_check_args check; // NOLINT in init()
[all …]
DMaliCounter.h70 const uint32_t *get_counters(mali_userspace::MaliCounterBlockName block, int core = -1) const;
71 int find_counter_index_by_name(mali_userspace::MaliCounterBlockName block, const char *name);
Dhwc_names.hpp29 namespace mali_userspace namespace
Dhwc.hpp51 namespace mali_userspace namespace