Searched refs:bitness (Results 1 – 25 of 39) sorted by relevance
12
/third_party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 914 int bitness = 8; // internal precision we will use in the codec. in load_ktx_uncompressed_image() local 921 bitness = 8; in load_ktx_uncompressed_image() 954 bitness = 16; in load_ktx_uncompressed_image() 987 bitness = 16; in load_ktx_uncompressed_image() 1020 bitness = 32; in load_ktx_uncompressed_image() 1130 astcenc_image *astc_img = alloc_image(bitness, dim_x, dim_y, dim_z); in load_ktx_uncompressed_image() 1158 is_hdr = bitness == 32; in load_ktx_uncompressed_image() 1349 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_ktx_uncompressed_image() local 1360 hdr.gl_type = (bitness == 16) ? GL_HALF_FLOAT : GL_UNSIGNED_BYTE; in store_ktx_uncompressed_image() 1361 hdr.gl_type_size = bitness / 8; in store_ktx_uncompressed_image() [all …]
|
D | astcenccli_image.cpp | 29 unsigned int bitness, in alloc_image() argument 39 if (bitness == 8) in alloc_image() 50 else if (bitness == 16) in alloc_image() 63 assert(bitness == 32); in alloc_image()
|
D | astcenccli_internal.h | 166 unsigned int bitness,
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | target-x86.c | 61 .bitness = ARCH_LP32, 92 .bitness = ARCH_X32, 156 .bitness = ARCH_LP64,
|
D | target-mips.c | 33 .bitness = ARCH_LP32, 55 .bitness = ARCH_LP64,
|
D | target-s390.c | 35 .bitness = ARCH_LP32, 61 .bitness = ARCH_LP64,
|
D | target-ppc.c | 49 .bitness = ARCH_LP32, 75 .bitness = ARCH_LP64,
|
D | target-sparc.c | 48 .bitness = ARCH_LP32, 78 .bitness = ARCH_LP64,
|
D | target.h | 81 enum bitness bitness; member
|
D | target-riscv.c | 137 .bitness = ARCH_LP32, 151 .bitness = ARCH_LP64,
|
D | target-default.c | 8 .bitness = ARCH_LP64,
|
D | target-bfin.c | 22 .bitness = ARCH_LP32,
|
D | target-openrisc.c | 24 .bitness = ARCH_LP32,
|
D | target-xtensa.c | 24 .bitness = ARCH_LP32,
|
D | target-microblaze.c | 27 .bitness = ARCH_LP32,
|
D | target-m68k.c | 21 .bitness = ARCH_LP32,
|
D | target-nds32.c | 26 .bitness = ARCH_LP32,
|
D | target-h8300.c | 27 .bitness = ARCH_LP32,
|
D | target-sh.c | 29 .bitness = ARCH_LP32,
|
D | target-alpha.c | 26 .bitness = ARCH_LP64,
|
D | target-arm64.c | 34 .bitness = ARCH_LP64,
|
D | target-nios2.c | 40 .bitness = ARCH_LP32,
|
D | target-arm.c | 46 .bitness = ARCH_LP32,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | gen_angle_format_table.py | 220 bitness = bits[channels[0].upper()] 225 if bits[channel.upper()] != bitness: 227 component_bytes = (int(bitness) >> 3)
|
/third_party/node/deps/v8/tools/ |
D | gdb-v8-support.py | 94 def decode_v8_value(v, bitness): argument 97 if bitness == 32:
|
12