Home
last modified time | relevance | path

Searched defs:dev (Results 801 - 825 of 1664) sorted by relevance

1...<<31323334353637383940>>...67

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DBigNumberFormatTest.java
H A DIntlTestDecimalFormatAPIC.java
H A DTimeZoneFormatTest.java
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java
H A DCanonicalCharacterData.java
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DUCAConformanceTest.java
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DDataDrivenUScriptTest.java
/third_party/libdrm/etnaviv/
H A Detnaviv_bo.c75 static struct etna_bo *bo_from_handle(struct etna_device *dev, in bo_from_handle() argument
98 drm_public struct etna_bo *etna_bo_new(struct etna_device *dev, uint32_ argument
153 etna_bo_from_name(struct etna_device *dev, uint32_t name) etna_bo_from_name() argument
191 etna_bo_from_dmabuf(struct etna_device *dev, int fd) etna_bo_from_dmabuf() argument
228 struct etna_device *dev = bo->dev; etna_bo_del() local
[all...]
/third_party/libdrm/amdgpu/
H A Damdgpu_gpu_info.c33 drm_public int amdgpu_query_info(amdgpu_device_handle dev, unsigned info_id, in amdgpu_query_info() argument
47 drm_public int amdgpu_query_crtc_from_id(amdgpu_device_handle dev, unsigned id, in amdgpu_query_crtc_from_id() argument
62 drm_public int amdgpu_read_mm_registers(amdgpu_device_handle dev, in amdgpu_read_mm_registers() argument
81 drm_public int amdgpu_query_hw_ip_count(amdgpu_device_handle dev, in amdgpu_query_hw_ip_count() argument
97 drm_public int amdgpu_query_hw_ip_info(amdgpu_device_handle dev, unsigned type, in amdgpu_query_hw_ip_info() argument
114 amdgpu_query_firmware_version(amdgpu_device_handle dev, unsigned fw_type, unsigned ip_instance, unsigned index, uint32_t *version, uint32_t *feature) amdgpu_query_firmware_version() argument
140 amdgpu_query_gpu_info_init(amdgpu_device_handle dev) amdgpu_query_gpu_info_init() argument
231 amdgpu_query_gpu_info(amdgpu_device_handle dev, struct amdgpu_gpu_info *info) amdgpu_query_gpu_info() argument
243 amdgpu_query_heap_info(amdgpu_device_handle dev, uint32_t heap, uint32_t flags, struct amdgpu_heap_info *info) amdgpu_query_heap_info() argument
295 amdgpu_query_gds_info(amdgpu_device_handle dev, struct amdgpu_gds_resource_info *gds_info) amdgpu_query_gds_info() argument
320 amdgpu_query_sensor_info(amdgpu_device_handle dev, unsigned sensor_type, unsigned size, void *value) amdgpu_query_sensor_info() argument
335 amdgpu_query_video_caps_info(amdgpu_device_handle dev, unsigned cap_type, unsigned size, void *value) amdgpu_query_video_caps_info() argument
[all...]
H A Damdgpu_device.c96 static void amdgpu_device_free_internal(amdgpu_device_handle dev) in amdgpu_device_free_internal() argument
148 struct amdgpu_device *dev; amdgpu_device_initialize() local
282 amdgpu_device_deinitialize(amdgpu_device_handle dev) amdgpu_device_deinitialize() argument
293 amdgpu_get_marketing_name(amdgpu_device_handle dev) amdgpu_get_marketing_name() argument
298 amdgpu_query_sw_info(amdgpu_device_handle dev, enum amdgpu_sw_info info, void *value) amdgpu_query_sw_info() argument
[all...]
H A Damdgpu_vamgr.c32 drm_public int amdgpu_va_range_query(amdgpu_device_handle dev, in amdgpu_va_range_query() argument
223 drm_public int amdgpu_va_range_alloc(amdgpu_device_handle dev, in amdgpu_va_range_alloc() argument
[all...]
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_bo.c33 static int set_memtype(struct fd_device *dev, uint32_t handle, uint32_t flags) in set_memtype() argument
136 drm_private int kgsl_bo_new_handle(struct fd_device *dev, in kgsl_bo_new_handle() argument
160 drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev, in kgsl_bo_from_handle() argument
[all...]
H A Dkgsl_pipe.c209 drm_private struct fd_pipe * kgsl_pipe_new(struct fd_device *dev, in kgsl_pipe_new() argument
/third_party/libdrm/freedreno/
H A Dfreedreno_bo.c58 static struct fd_bo * bo_from_handle(struct fd_device *dev, in bo_from_handle() argument
79 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() argument
104 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags) fd_bo_new() argument
118 fd_bo_new_ring(struct fd_device *dev, uint32_t size, uint32_t flags) fd_bo_new_ring() argument
127 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) fd_bo_from_handle() argument
148 fd_bo_from_dmabuf(struct fd_device *dev, int fd) fd_bo_from_dmabuf() argument
179 fd_bo_from_name(struct fd_device *dev, uint32_t name) fd_bo_from_name() argument
232 struct fd_device *dev = bo->dev; fd_bo_del() local
[all...]
/third_party/libdrm/exynos/
H A Dexynos_drm.c53 struct exynos_device *dev; in exynos_device_create() local
72 drm_public void exynos_device_destroy(struct exynos_device *dev) in exynos_device_destroy() argument
90 exynos_bo_create(struct exynos_device *dev, size_t size, uint32_t flags) exynos_bo_create() argument
144 exynos_bo_get_info(struct exynos_device *dev, uint32_t handle, size_t *size, uint32_t *flags) exynos_bo_get_info() argument
199 exynos_bo_from_name(struct exynos_device *dev, uint32_t name) exynos_bo_from_name() argument
280 struct exynos_device *dev = bo->dev; exynos_bo_map() local
315 exynos_prime_handle_to_fd(struct exynos_device *dev, uint32_t handle, int *fd) exynos_prime_handle_to_fd() argument
330 exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) exynos_prime_fd_to_handle() argument
353 exynos_vidi_connection(struct exynos_device *dev, uint32_t connect, uint32_t ext, void *edid) exynos_vidi_connection() argument
394 exynos_handle_event(struct exynos_device *dev, struct exynos_event_context *ctx) exynos_handle_event() argument
[all...]
/third_party/libdrm/nouveau/
H A Dprivate.h111 nouveau_device(struct nouveau_device *dev) in nouveau_device() argument
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp210 _EGLDevice *dev; in init_haiku() local
/third_party/mesa3d/src/egl/main/
H A Degldevice.c58 _EGLDevice *dev_list, *dev; in _eglFiniDevice() local
114 _EGLDevice *dev; in _eglAddDRMDevice() local
169 _EGLDevice *dev; _eglAddDevice() local
202 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext) _eglDeviceSupports() argument
224 _eglGetDRMDeviceRenderNode(_EGLDevice *dev) _eglGetDRMDeviceRenderNode() argument
234 _eglQueryDeviceAttribEXT(_EGLDevice *dev, EGLint attribute, EGLAttrib *value) _eglQueryDeviceAttribEXT() argument
245 _eglQueryDeviceStringEXT(_EGLDevice *dev, EGLint name) _eglQueryDeviceStringEXT() argument
287 ASSERTED _EGLDevice *dev; _eglRefreshDeviceList() local
325 _EGLDevice *dev, *devs; _eglQueryDevicesEXT() local
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Da4xx.c41 struct fd_device *dev; member
334 a4xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a4xx_init() argument
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h35 struct fd_device *dev; member in pps::FreedrenoDriver
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc119 stage_start(struct tu_device *dev, uint64_t ts_ns, enum tu_stage_id stage) in stage_start() argument
129 stage_end(struct tu_device *dev, uint64_t ts_ns, enum tu_stage_id stage, in stage_end() argument
184 sync_timestamp(struct tu_device *dev) in sync_timestamp() argument
272 tu_perfetto_submit(struct tu_device *dev, uint32_t submission_id) tu_perfetto_submit() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_device.c239 device_get_fd(_EGLDisplay *disp, _EGLDevice *dev) in device_get_fd() argument
343 _EGLDevice *dev; in dri2_initialize_device() local
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo.c82 void etna_bo_kill_zombies(struct etna_device *dev) in etna_bo_kill_zombies() argument
94 static void etna_bo_cleanup_zombies(struct etna_device *dev) in etna_bo_cleanup_zombies() argument
112 struct etna_device *dev in etna_bo_free() local
153 bo_from_handle(struct etna_device *dev, uint32_t size, uint32_t handle, uint32_t flags) bo_from_handle() argument
186 etna_bo_new(struct etna_device *dev, uint32_t size, uint32_t flags) etna_bo_new() argument
224 etna_bo_from_name(struct etna_device *dev, uint32_t name) etna_bo_from_name() argument
265 etna_bo_from_dmabuf(struct etna_device *dev, int fd) etna_bo_from_dmabuf() argument
308 struct etna_device *dev = bo->dev; etna_bo_del() local
[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...67