Searched refs:packed (Results 101 - 125 of 396) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c143 * @param desc the pixel format for the packed pixel value
144 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM
151 LLVMValueRef packed)
172 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context));
174 /* Broadcast the packed value to all four channels
175 * before: packed = BGRA
176 * after: packed = {BGRA, BGRA, BGRA, BGRA}
178 packed = LLVMBuildInsertElement(builder,
180 packed,
183 packed
149 lp_build_unpack_arith_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef packed) argument
269 LLVMValueRef packed = NULL; local
398 LLVMValueRef packed; local
442 LLVMValueRef packed; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c143 * @param desc the pixel format for the packed pixel value
144 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM
151 LLVMValueRef packed)
172 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context));
174 /* Broadcast the packed value to all four channels
175 * before: packed = BGRA
176 * after: packed = {BGRA, BGRA, BGRA, BGRA}
178 packed = LLVMBuildInsertElement(builder,
180 packed,
183 packed
149 lp_build_unpack_arith_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef packed) argument
269 LLVMValueRef packed = NULL; local
398 LLVMValueRef packed; local
442 LLVMValueRef packed; local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPremulAlphaRoundTripTest.cpp20 uint32_t packed; local
21 uint8_t* byte = reinterpret_cast<uint8_t*>(&packed);
26 return packed;
30 uint32_t packed; local
31 uint8_t* byte = reinterpret_cast<uint8_t*>(&packed);
36 return packed;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java29 * in either a "packed" or "sparse" form.
47 /** whether the output table will be packed (vs. sparse) */
48 private final boolean packed; field in class:SwitchData
90 this.packed = shouldPack(cases);
96 return packed ? (int) packedCodeSize(cases) :
107 if (packed) {
153 * Returns whether or not this instance's data will be output as packed.
155 * @return {@code true} iff the data is to be packed
158 return packed;
184 sb.append(packed
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h248 } __attribute__((packed));
348 } __attribute__((packed));
388 } __attribute__((packed));
402 } __attribute__((packed));
411 } __attribute__((packed));
469 } __attribute__((packed));
473 } __attribute__((packed));
477 } __attribute__((packed));
495 } __attribute__((packed));
505 } __attribute__((packed));
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DD_S_I_G_.py60 packed = sstruct.pack(DSIG_HeaderFormat, self)
61 headers = [packed]
62 offset = len(packed) + self.usNumSigs * sstruct.calcsize(DSIG_SignatureFormat)
67 packed = sstruct.pack(DSIG_SignatureBlockFormat, sigrec) + sigrec.pkcs7
68 data.append(packed)
70 sigrec.ulLength = len(packed)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DD_S_I_G_.py60 packed = sstruct.pack(DSIG_HeaderFormat, self)
61 headers = [packed]
62 offset = len(packed) + self.usNumSigs * sstruct.calcsize(DSIG_SignatureFormat)
67 packed = sstruct.pack(DSIG_SignatureBlockFormat, sigrec) + sigrec.pkcs7
68 data.append(packed)
70 sigrec.ulLength = len(packed)
/external/kernel-headers/original/uapi/linux/usb/
H A Dch11.h104 } __attribute__ ((packed));
197 } __attribute__ ((packed));
246 } __attribute__ ((packed)) hs;
252 } __attribute__ ((packed)) ss;
254 } __attribute__ ((packed));
269 } __attribute__ ((packed));
/external/skia/tests/
H A DPremulAlphaRoundTripTest.cpp20 uint32_t packed; local
21 uint8_t* byte = reinterpret_cast<uint8_t*>(&packed);
26 return packed;
30 uint32_t packed; local
31 uint8_t* byte = reinterpret_cast<uint8_t*>(&packed);
36 return packed;
/external/elfutils/0.153/src/
H A Dunaligned.h55 } __attribute__((packed));
61 } __attribute__((packed));
67 } __attribute__((packed));
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator.py20 struct.packed = pack.PackedStruct(struct)
29 struct.packed = pack.PackedStruct(struct)
33 struct.packed = pack.PackedStruct(struct)
34 struct.bytes = pack.GetByteLayout(struct.packed)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_tile.c462 void *packed; local
468 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
469 if (!packed) {
477 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0);
479 pipe_tile_raw_to_rgba(format, packed, w, h, p, dst_stride);
481 FREE(packed);
503 void *packed; local
508 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
510 if (!packed)
515 /*z16_put_tile_rgba((ushort *) packed,
554 void *packed; local
582 void *packed; local
877 void *packed; local
908 void *packed; local
[all...]
/external/clang/test/CodeGen/
H A D2009-07-22-StructLayout.c20 } __attribute__ ((packed));
H A Dpragma-pack-1.c47 #pragma align=packed
/external/clang/test/Parser/
H A Dpragma-options.c28 #pragma align=packed
/external/clang/test/Sema/
H A Dattr-decl-after-definition.c34 packed // expected-warning {{must precede definition}}
/external/iproute2/include/linux/
H A Dgen_stats.h28 } __attribute__ ((packed));
/external/kernel-headers/original/uapi/asm-x86/asm/
H A De820.h56 } __attribute__((packed));
/external/kernel-headers/original/uapi/linux/
H A Deventpoll.h54 #define EPOLL_PACKED __attribute__((packed))
H A Dgen_stats.h29 } __attribute__ ((packed));
H A Drfkill.h86 } __attribute__((packed));
H A Dvirtio_console.h54 } __attribute__((packed));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c462 void *packed; local
468 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
469 if (!packed) {
477 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0);
479 pipe_tile_raw_to_rgba(format, packed, w, h, p, dst_stride);
481 FREE(packed);
503 void *packed; local
508 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format));
510 if (!packed)
515 /*z16_put_tile_rgba((ushort *) packed,
554 void *packed; local
582 void *packed; local
877 void *packed; local
908 void *packed; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c73 (*fetch_ptr_t)(void *unpacked, const void *packed,
166 fetch_ptr(unpacked, test->packed, j, i);
186 test->packed[0], test->packed[1], test->packed[2], test->packed[3]);
251 fetch_ptr(unpacked, test->packed, j, i);
270 test->packed[0], test->packed[1], test->packed[
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c73 (*fetch_ptr_t)(void *unpacked, const void *packed,
166 fetch_ptr(unpacked, test->packed, j, i);
186 test->packed[0], test->packed[1], test->packed[2], test->packed[3]);
251 fetch_ptr(unpacked, test->packed, j, i);
270 test->packed[0], test->packed[1], test->packed[
[all...]

Completed in 416 milliseconds

1234567891011>>