/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.c | 226 BITS( in BITS() function 294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable"); in debug_load_immediate() 299 BITS(stream, ptr[j], 29, 24, "vb dword width"); in debug_load_immediate() 300 BITS(stream, ptr[j], 21, 16, "vb dword pitch"); in debug_load_immediate() 301 BITS(stream, ptr[j], 15, 0, "vb max index"); in debug_load_immediate() 310 BITS(stream, tc, 3, 0, "tex coord %d", i); in debug_load_immediate() 320 BITS(stream, ptr[j], 31, 23, "point width"); in debug_load_immediate() 321 BITS(stream, ptr[j], 22, 19, "line width"); in debug_load_immediate() 326 BITS(stream, ptr[j], 14, 13, "cull mode"); in debug_load_immediate() 331 BITS(stream, ptr[j], 8, 6, "vfmt: position (2==xyzw)"); in debug_load_immediate() [all …]
|
/external/swiftshader/src/Renderer/ |
D | TextureStage.hpp | 101 unsigned int stageOperation : BITS(STAGE_LAST); 102 unsigned int firstArgument : BITS(SOURCE_LAST); 103 unsigned int secondArgument : BITS(SOURCE_LAST); 104 unsigned int thirdArgument : BITS(SOURCE_LAST); 105 unsigned int stageOperationAlpha : BITS(STAGE_LAST); 106 unsigned int firstArgumentAlpha : BITS(SOURCE_LAST); 107 unsigned int secondArgumentAlpha : BITS(SOURCE_LAST); 108 unsigned int thirdArgumentAlpha : BITS(SOURCE_LAST); 109 unsigned int firstModifier : BITS(MODIFIER_LAST); 110 unsigned int secondModifier : BITS(MODIFIER_LAST); [all …]
|
D | Sampler.hpp | 149 TextureType textureType : BITS(TEXTURE_LAST); 150 Format textureFormat : BITS(FORMAT_LAST); 151 FilterType textureFilter : BITS(FILTER_LAST); 152 AddressingMode addressingModeU : BITS(ADDRESSING_LAST); 153 AddressingMode addressingModeV : BITS(ADDRESSING_LAST); 154 AddressingMode addressingModeW : BITS(ADDRESSING_LAST); 155 MipmapType mipmapFilter : BITS(FILTER_LAST); 157 SwizzleType swizzleR : BITS(SWIZZLE_LAST); 158 SwizzleType swizzleG : BITS(SWIZZLE_LAST); 159 SwizzleType swizzleB : BITS(SWIZZLE_LAST); [all …]
|
D | PixelProcessor.hpp | 42 DepthCompareMode depthCompareMode : BITS(DEPTH_LAST); 43 AlphaCompareMode alphaCompareMode : BITS(ALPHA_LAST); 48 StencilCompareMode stencilCompareMode : BITS(STENCIL_LAST); 49 StencilOperation stencilFailOperation : BITS(OPERATION_LAST); 50 StencilOperation stencilPassOperation : BITS(OPERATION_LAST); 51 StencilOperation stencilZFailOperation : BITS(OPERATION_LAST); 56 StencilCompareMode stencilCompareModeCCW : BITS(STENCIL_LAST); 57 StencilOperation stencilFailOperationCCW : BITS(OPERATION_LAST); 58 StencilOperation stencilPassOperationCCW : BITS(OPERATION_LAST); 59 StencilOperation stencilZFailOperationCCW : BITS(OPERATION_LAST); [all …]
|
D | VertexProcessor.hpp | 57 …unsigned int positionRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader. 58 …unsigned int pointSizeRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader. 69 MaterialSource vertexDiffuseMaterialSourceActive : BITS(MATERIAL_LAST); 70 MaterialSource vertexSpecularMaterialSourceActive : BITS(MATERIAL_LAST); 71 MaterialSource vertexAmbientMaterialSourceActive : BITS(MATERIAL_LAST); 72 MaterialSource vertexEmissiveMaterialSourceActive : BITS(MATERIAL_LAST); 74 FogMode vertexFogMode : BITS(FOG_LAST); 88 TexGen texGenActive : BITS(TEXGEN_LAST); 104 StreamType type : BITS(STREAMTYPE_LAST); 107 unsigned int attribType : BITS(VertexShader::ATTRIBTYPE_LAST);
|
D | SetupProcessor.hpp | 50 unsigned int positionRegister : BITS(VERTEX_OUTPUT_LAST); 51 unsigned int pointSizeRegister : BITS(VERTEX_OUTPUT_LAST); 52 CullMode cullMode : BITS(CULL_LAST); 61 unsigned char attribute : BITS(VERTEX_OUTPUT_LAST);
|
/external/elfutils/backends/ |
D | s390_corenote.c | 39 #ifndef BITS 40 # define BITS 32 macro 43 # define BITS 64 macro 51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = b } 53 GR ( 0, 1, 64, BITS), /* pswm */ 54 GR ( 1, 1, 65, BITS, .pc_register = true ), /* pswa */ 55 GR ( 2, 16, 0, BITS), /* r0-r15 */ 62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS == 32 ? 35 : 27)) 103 #if BITS == 32 136 pr_reg[BITS == 32 ? 34 : 26]), \ [all …]
|
D | sparc_corenote.c | 40 #ifndef BITS 41 # define BITS 32 macro 44 # define BITS 64 macro 50 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS } 55 #if BITS == 32 66 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4))) 70 #if BITS == 32 85 #if BITS == 32
|
D | riscv_corenote.c | 38 #ifndef BITS 39 # define BITS 32 macro 42 # define BITS 64 macro 48 #if BITS == 32 77 { .offset = BITS/8, .regno = 1, .count = 31, .bits = BITS } /* x1..x31 */ 79 #define PRSTATUS_REGS_SIZE (32 * (BITS/8))
|
D | ppc_corenote.c | 39 #ifndef BITS 40 # define BITS 32 macro 43 # define BITS 64 macro 51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS } 68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48) 112 #if BITS == 32
|
D | x86_64_corenote.c | 40 #ifndef BITS 41 # define BITS 64 macro 44 # define BITS 32 macro 87 #if BITS == 32
|
/external/webp/src/utils/ |
D | bit_reader_inl_utils.h | 37 #if (BITS > 32) 39 #elif (BITS > 16) 41 #elif (BITS > 8) 82 br->buf_ += BITS >> 3; in VP8LoadNewBytes() 84 #if (BITS > 32) in VP8LoadNewBytes() 86 bits >>= 64 - BITS; in VP8LoadNewBytes() 87 #elif (BITS >= 24) in VP8LoadNewBytes() 89 bits >>= (32 - BITS); in VP8LoadNewBytes() 90 #elif (BITS == 16) in VP8LoadNewBytes() 97 if (BITS != 8 * sizeof(bit_t)) bits >>= (8 * sizeof(bit_t) - BITS); in VP8LoadNewBytes() [all …]
|
D | bit_reader_utils.h | 62 #define BITS 24 macro 64 #define BITS 56 66 #define BITS 24 68 #define BITS 56 70 #define BITS 24 72 #define BITS 24 80 #if (BITS > 24)
|
/external/squashfs-tools/squashfs-tools/ |
D | swap.c | 100 #define SWAP_LE_NUM(BITS) \ argument 101 void swap_le##BITS##_num(void *s, void *d, int n) \ 104 for(i = 0; i < n; i++, s += BITS / 8, d += BITS / 8)\ 105 swap_le##BITS(s, d);\ 112 #define INSWAP_LE_NUM(BITS, TYPE) \ argument 113 void inswap_le##BITS##_num(TYPE *s, int n) \ 117 s[i] = inswap_le##BITS(s[i]);\
|
/external/mesa3d/src/mesa/math/ |
D | m_copy_tmp.h | 31 #define COPY_FUNC( BITS ) \ argument 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \ 40 if (BITS) \ 42 if (BITS&1) t[i][0] = from[0]; \ 43 if (BITS&2) t[i][1] = from[1]; \ 44 if (BITS&4) t[i][2] = from[2]; \ 45 if (BITS&8) t[i][3] = from[3]; \
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | BinaryCodec.java | 75 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7}; field in BinaryCodec 182 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii() 184 l_raw[ii] |= BITS[bits]; in fromAscii() 209 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii() 211 l_raw[ii] |= BITS[bits]; in fromAscii() 238 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiBytes() 239 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiBytes() 268 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiChars() 269 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiChars()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-divmod.mir | 119 ; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 16 121 ; CHECK: [[SHIFTEDX:%[0-9]+]]:_(s32) = G_SHL [[X]], [[BITS]] 122 ; CHECK: [[X32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDX]], [[BITS]] 123 ; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 16 125 ; CHECK: [[SHIFTEDY:%[0-9]+]]:_(s32) = G_SHL [[Y]], [[BITS]] 126 ; CHECK: [[Y32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDY]], [[BITS]] 173 ; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 65535 175 ; CHECK: [[X32:%[0-9]+]]:_(s32) = G_AND [[X]], [[BITS]] 176 ; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 65535 178 ; CHECK: [[Y32:%[0-9]+]]:_(s32) = G_AND [[Y]], [[BITS]] [all …]
|
/external/mesa3d/src/mesa/main/ |
D | format_utils.h | 46 #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) argument 47 #define MAX_INT(BITS) ((int)MAX_UINT((BITS) - 1)) argument 48 #define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1)))) argument
|
/external/python/cpython2/Modules/zlib/ |
D | infback.c | 190 #define BITS(n) \ macro 300 state->last = BITS(1); 302 switch (BITS(2)) { 361 state->nlen = BITS(5) + 257; 363 state->ndist = BITS(5) + 1; 365 state->ncode = BITS(4) + 4; 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 401 here = state->lencode[BITS(state->lenbits)]; 419 copy = 3 + BITS(2); 426 copy = 3 + BITS(3); [all …]
|
/external/v8/third_party/zlib/ |
D | infback.c | 190 #define BITS(n) \ macro 300 state->last = BITS(1); 302 switch (BITS(2)) { 361 state->nlen = BITS(5) + 257; 363 state->ndist = BITS(5) + 1; 365 state->ncode = BITS(4) + 4; 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 401 here = state->lencode[BITS(state->lenbits)]; 419 copy = 3 + BITS(2); 426 copy = 3 + BITS(3); [all …]
|
/external/zlib/ |
D | infback.c | 190 #define BITS(n) \ macro 300 state->last = BITS(1); 302 switch (BITS(2)) { 361 state->nlen = BITS(5) + 257; 363 state->ndist = BITS(5) + 1; 365 state->ncode = BITS(4) + 4; 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 401 here = state->lencode[BITS(state->lenbits)]; 419 copy = 3 + BITS(2); 426 copy = 3 + BITS(3); [all …]
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | vp8_header_parser.cc | 39 int BITS = 24; in VP8LoadNewBytes() local 44 br->buf_ += BITS >> 3; in VP8LoadNewBytes() 47 if (BITS != 8 * sizeof(uint32_t)) in VP8LoadNewBytes() 48 bits >>= (8 * sizeof(uint32_t) - BITS); in VP8LoadNewBytes() 51 bits >>= 32 - BITS; in VP8LoadNewBytes() 53 br->value_ = bits | (br->value_ << BITS); in VP8LoadNewBytes() 54 br->bits_ += BITS; in VP8LoadNewBytes()
|
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
D | sha512-armv8.pl | 58 $BITS=512; 67 $BITS=256; 77 $func="sha${BITS}_block_data_order"; 215 adrp $Ktbl,:pg_hi21:.LK$BITS 216 add $Ktbl,$Ktbl,:lo12:.LK$BITS 267 .type .LK$BITS,%object 268 .LK$BITS: 333 .size .LK$BITS,.-.LK$BITS 334 .asciz "SHA$BITS block transform for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_poisson_op_test.cc | 60 #define BM_Poisson(DEVICE, BITS, MAGNITUDE) \ argument 61 static void BM_##DEVICE##_RandomPoisson_lam_##MAGNITUDE##_##BITS( \ 67 test::graph::Constant(g, VecLam##BITS(nlam, MAGNITUDE))); \ 70 BENCHMARK(BM_##DEVICE##_RandomPoisson_lam_##MAGNITUDE##_##BITS) \
|
/external/u-boot/lib/zlib/ |
D | inflate.c | 225 #define BITS(n) \ macro 382 ((BITS(8) << 8) + (hold >> 8)) % 31) { in inflate() 387 if (BITS(4) != Z_DEFLATED) { in inflate() 393 len = BITS(4) + 8; in inflate() 555 state->last = BITS(1); in inflate() 557 switch (BITS(2)) { in inflate() 612 state->nlen = BITS(5) + 257; in inflate() 614 state->ndist = BITS(5) + 1; in inflate() 616 state->ncode = BITS(4) + 4; in inflate() 631 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate() [all …]
|