Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 232) sorted by relevance

12345678910

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug.c230 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, in BITS() function
284 BITS(stream, ptr[j], 0, 0, "vb invalidate disable"); in debug_load_immediate()
289 BITS(stream, ptr[j], 29, 24, "vb dword width"); in debug_load_immediate()
290 BITS(stream, ptr[j], 21, 16, "vb dword pitch"); in debug_load_immediate()
291 BITS(stream, ptr[j], 15, 0, "vb max index"); in debug_load_immediate()
300 BITS(stream, tc, 3, 0, "tex coord %d", i); in debug_load_immediate()
310 BITS(stream, ptr[j], 31, 23, "point width"); in debug_load_immediate()
311 BITS(stream, ptr[j], 22, 19, "line width"); in debug_load_immediate()
316 BITS(stream, ptr[j], 14, 13, "cull mode"); in debug_load_immediate()
321 BITS(stream, ptr[j], 8, 6, "vfmt: position (2==xyzw)"); in debug_load_immediate()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DTextureStage.hpp101 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 …]
DPixelProcessor.hpp42 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 …]
DSampler.hpp149 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 …]
/third_party/elfutils/backends/
Ds390_corenote.c39 #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 …]
Dsparc_corenote.c40 #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
Driscv_corenote.c38 #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))
Dppc_corenote.c39 #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
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c34 #define MAP_FORMAT_NO_TYPELESS(BITS, TYPE) \ argument
35 [PIPE_FORMAT_ ## BITS ## _ ## TYPE] = DXGI_FORMAT_ ## BITS ## _ ## TYPE,
39 #define MAP_FORMAT(BITS, TYPE) MAP_FORMAT_NO_TYPELESS(BITS, TYPE) argument
43 #define MAP_FORMAT_CUSTOM_TYPELESS(BITS, TYPE, TYPELESS_BITS) \ argument
44 MAP_FORMAT(BITS, TYPE)
62 #define MAP_EMU_FORMAT_NO_ALPHA(BITS, TYPE) \ argument
63 MAP_FORMAT2(L ## BITS, TYPE, R ## BITS, TYPE) \
64 MAP_FORMAT2(I ## BITS, TYPE, R ## BITS, TYPE) \
65 MAP_FORMAT2(L ## BITS ## A ## BITS, TYPE, R ## BITS ## G ## BITS, TYPE)
67 #define MAP_EMU_FORMAT(BITS, TYPE) \ argument
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_inl_utils.h37 #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 …]
Dbit_reader_utils.h62 #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)
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_inl_utils.h37 #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 …]
Dbit_reader_utils.h62 #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)
/third_party/openssl/crypto/bn/asm/
Dppc.pl112 $BITS= 32;
113 $BNSZ= $BITS/8;
135 $BITS= 64;
136 $BNSZ= $BITS/8;
1649 li r8,$BITS
1668 $SHRI r9,r5,`$BITS/2` # r9 = dh
1674 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4)
1675 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4
1681 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l
1687 $CLRU r10,r5,`$BITS/2` #r10=dl
[all …]
/third_party/openssl/crypto/sha/asm/
Dsha512-ia64.pl83 $BITS=8*$SZ;
97 $BITS=8*$SZ;
180 $code.=<<___ if ($BITS==64);
211 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
459 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
533 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
549 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
615 if ($BITS==64) {
626 print<<___ if ($BITS==32);
648 print<<___ if ($BITS==64);
/third_party/zlib/contrib/infback9/
Dinfback9.c157 #define BITS(n) \ macro
283 lastblock = BITS(1);
285 switch (BITS(2)) {
347 state->nlen = BITS(5) + 257;
349 state->ndist = BITS(5) + 1;
351 state->ncode = BITS(4) + 4;
364 state->lens[order[state->have++]] = (unsigned short)BITS(3);
385 here = lencode[BITS(lenbits)];
404 copy = 3 + BITS(2);
411 copy = 3 + BITS(3);
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-zext-uimm1.c2 #define BITS ((1ULL << 32) - 1) macro
4 int zext_lt_p(unsigned int x) { return (zext(x) < (BITS + 1)) == 1; } in zext_lt_p()
5 int zext_le_p(unsigned int x) { return (zext(x) <= (BITS )) == 1; } in zext_le_p()
6 int zext_ge_p(unsigned int x) { return (zext(x) >= (BITS + 1)) == 0; } in zext_ge_p()
7 int zext_gt_p(unsigned int x) { return (zext(x) > (BITS )) == 0; } in zext_gt_p()
Dcmp-zext-simm.c2 #define BITS ((long long)(~0U)) macro
4 int zext_ult(unsigned int x) { return (ZEXT(x) < (BITS + 1)) == 1; } in zext_ult()
5 int zext_ule(unsigned int x) { return (ZEXT(x) <= (BITS + 0)) == 1; } in zext_ule()
6 int zext_uge(unsigned int x) { return (ZEXT(x) >= (BITS + 1)) == 0; } in zext_uge()
7 int zext_ugt(unsigned int x) { return (ZEXT(x) > (BITS + 0)) == 0; } in zext_ugt()
/third_party/flutter/skia/third_party/externals/zlib/
Dinfback.c190 #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 …]
/third_party/zlib/
Dinfback.c190 #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 …]
/third_party/skia/third_party/externals/zlib/
Dinfback.c190 #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 …]
/third_party/libwebsockets/win32port/zlib/
Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 here = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
[all …]
/third_party/node/deps/zlib/
Dinfback.c190 #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 …]
/third_party/freetype/src/gzip/
Dinfback.c190 #define BITS(n) \ macro
300 state->last = BITS(1); in inflateBack()
302 switch (BITS(2)) { in inflateBack()
361 state->nlen = BITS(5) + 257; in inflateBack()
363 state->ndist = BITS(5) + 1; in inflateBack()
365 state->ncode = BITS(4) + 4; in inflateBack()
380 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack()
401 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
419 copy = 3 + BITS(2); in inflateBack()
426 copy = 3 + BITS(3); in inflateBack()
[all …]
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c53 #define MAP_EMU_FORMAT_NO_ALPHA(BITS, TYPE) \ argument
54 [PIPE_FORMAT_L ## BITS ## _ ## TYPE] = DXGI_FORMAT_R ## BITS ## _ ## TYPE, \
55 [PIPE_FORMAT_I ## BITS ## _ ## TYPE] = DXGI_FORMAT_R ## BITS ## _ ## TYPE, \
56 [PIPE_FORMAT_L ## BITS ## A ## BITS ## _ ## TYPE] = \
57 DXGI_FORMAT_R ## BITS ## G ## BITS ## _ ## TYPE,
59 #define MAP_EMU_FORMAT(BITS, TYPE) \ argument
60 [PIPE_FORMAT_A ## BITS ## _ ## TYPE] = DXGI_FORMAT_R ## BITS ## _ ## TYPE, \
61 MAP_EMU_FORMAT_NO_ALPHA(BITS, TYPE)

12345678910