/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 27 #define PACKED __attribute__((__packed__)) macro 316 typedef union PACKED { union 318 struct PACKED { struct 319 uint32_t comp : 2; 320 uint32_t num : 10; 370 typedef struct PACKED { struct 372 union PACKED { union 373 struct PACKED { struct 374 int16_t immed : 16; 375 uint32_t dummy1 : 16; [all …]
|
/external/mesa3d/src/freedreno/afuc/ |
D | afuc.h | 38 #define PACKED __attribute__((__packed__)) macro 116 typedef union PACKED { union 118 struct PACKED { struct 119 uint32_t uimm : 16; 120 uint32_t dst : 5; 121 uint32_t src : 5; 122 uint32_t hdr : 6; 124 struct PACKED { struct 125 uint32_t uimm : 16; 126 uint32_t dst : 5; [all …]
|
/external/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 27 #define PACKED __attribute__((__packed__)) macro 127 typedef struct PACKED { struct 129 uint8_t vector_dest : 6; 130 uint8_t vector_dest_rel : 1; 131 uint8_t low_precision_16b_fp : 1; 132 uint8_t scalar_dest : 6; 133 uint8_t scalar_dest_rel : 1; 134 uint8_t export_data : 1; 135 uint8_t vector_write_mask : 4; 136 uint8_t scalar_write_mask : 4; [all …]
|
/external/clang/test/CodeGen/ |
D | override-layout.c | 8 # define PACKED __attribute__((packed)) macro 27 } PACKED; variable 41 short x PACKED; member 71 } PACKED; variable 79 } PACKED; variable 85 unsigned int z PACKED; member 91 unsigned int y PACKED; member 92 unsigned int z PACKED; member
|
/external/libepoxy/src/ |
D | dispatch_common.h | 63 #define PACKED __attribute__((__packed__)) macro 66 #define PACKED __pragma(pack(push,1)) macro 69 #define PACKED macro
|
/external/clang/test/CodeGenCXX/ |
D | override-layout.cpp | 9 # define PACKED __attribute__((packed)) macro 24 } PACKED; variable
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | types.hpp | 18 #define PACKED(__STRUCT__) __pragma(pack(push, 1)) __STRUCT__ __pragma(pack(pop)) macro 20 #define PACKED(__STRUCT__) __STRUCT__ __attribute__((packed)) macro
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_packet_helpers.h | 207 struct PACKED { float f; } *f = (void *)(cl + (start / 8)); in __gen_unpack_float() struct
|
/external/u-boot/tools/ |
D | kwboot.c | 30 #define PACKED __attribute((packed)) macro 32 #define PACKED macro 71 } PACKED; variable
|
/external/mesa3d/src/util/ |
D | macros.h | 156 #define PACKED __attribute__((__packed__)) macro 158 #define PACKED macro
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_context.h | 405 struct PACKED { struct 406 uint8_t depth_offset[V3D21_DEPTH_OFFSET_length]; 407 uint8_t point_size[V3D21_POINT_SIZE_length]; 408 uint8_t line_width[V3D21_LINE_WIDTH_length];
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 34 PACKED = 'packed' variable
|
/external/mesa3d/src/freedreno/decode/ |
D | pgmdump2.c | 78 #define PACKED __attribute__((__packed__)) macro
|
/external/cblas/testing/ |
D | c_cblat2.f | 855 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1208 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1869 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2163 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
D | c_zblat2.f | 857 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1211 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1874 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2169 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
D | c_sblat2.f | 851 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1207 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1868 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2165 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
D | c_dblat2.f | 851 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1207 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1868 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2165 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
/external/eigen/blas/testing/ |
D | sblat2.f | 806 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1144 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1764 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2043 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
D | dblat2.f | 806 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1144 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1764 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2043 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
D | cblat2.f | 820 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1164 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1805 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2090 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
D | zblat2.f | 823 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1168 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME local 1811 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local 2097 LOGICAL FULL, NULL, PACKED, RESET, SAME, UPPER local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 391 PACKED = 601, enumerator
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 391 PACKED = 601, enumerator
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 1560 PACKED, enumerator 1886 PACKED, enumerator
|
D | gl4cGPUShaderFP64Tests.hpp | 671 PACKED, enumerator
|