Searched refs:ident1 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/broadcom/common/ |
D | v3d_device_info.c | 36 struct drm_v3d_get_param ident1 = { in v3d_get_device_info() local 47 ret = drm_ioctl(fd, DRM_IOCTL_V3D_GET_PARAM, &ident1); in v3d_get_device_info() 55 uint32_t minor = (ident1.value >> 0) & 0xf; in v3d_get_device_info() 59 devinfo->vpm_size = (ident1.value >> 28 & 0xf) * 8192; in v3d_get_device_info() 61 int nslc = (ident1.value >> 4) & 0xf; in v3d_get_device_info() 62 int qups = (ident1.value >> 8) & 0xf; in v3d_get_device_info()
|
/external/clang/test/Misc/ |
D | ast-dump-attr.cpp | 64 __attribute__((pointer_with_type_tag(ident1,1,2))); 87 __attribute__((type_tag_for_datatype(ident1,int)));
|
/external/llvm-project/llvm/test/MC/AsmParser/AArch64/ |
D | directive-parse-err.s | 5 .equ ident1, 0 $ define 7 .equ ident1, 0 // EOL COMMENT define
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-attr.cpp | 75 __attribute__((pointer_with_type_tag(ident1,1,2))); 98 __attribute__((type_tag_for_datatype(ident1,int)));
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_screen.c | 455 struct drm_vc4_get_param ident1 = { in vc4_get_chip_info() local 474 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident1); in vc4_get_chip_info() 482 uint32_t minor = (ident1.value >> 0) & 0xf; in vc4_get_chip_info()
|