Home
last modified time | relevance | path

Searched refs:BITS (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/i915/
H A 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(strea in debug_load_immediate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A 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_LAS
[all...]
H A 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_LAS
[all...]
H A 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_LAS
[all...]
H A DVertexProcessor.hpp57 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(VertexShade
[all...]
H A DSetupProcessor.hpp50 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);
/third_party/elfutils/backends/
H A 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 */
61 /* orig_r2 is at offset (BITS == 32 ? 34 * 4 : 26 * 8). */
62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS
[all...]
H A 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
[all...]
H A 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))
H A 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
H A Dx86_64_corenote.c40 #ifndef BITS
41 # define BITS 64 macro
44 # define BITS 32 macro
87 #if BITS == 32
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h37 #if (BITS > 32)
39 #elif (BITS > 16)
41 #elif (BITS > 8)
56 // makes sure br->value_ has at least BITS bits worth of data
60 // Read 'BITS' bits at a time if possible. in VP8LoadNewBytes()
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()
[all...]
H A Dbit_reader_utils.h54 // cache BITS of them ahead. The total of (BITS + 8) bits must fit into a
55 // natural register (with type bit_t). To fetch BITS bits from bitstream we
58 // BITS can be any multiple of 8 from 8 to 56 (inclusive).
62 #define BITS 24 macro
64 #define BITS 56 macro
66 #define BITS 24 macro
68 #define BITS 56 macro
70 #define BITS 24 macro
72 #define BITS 2 macro
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c34 #define MAP_FORMAT_NO_TYPELESS(BITS, TYPE) \
35 [PIPE_FORMAT_ ## BITS ## _ ## TYPE] = DXGI_FORMAT_ ## BITS ## _ ## TYPE,
39 #define MAP_FORMAT(BITS, TYPE) MAP_FORMAT_NO_TYPELESS(BITS, TYPE)
43 #define MAP_FORMAT_CUSTOM_TYPELESS(BITS, TYPE, TYPELESS_BITS) \
44 MAP_FORMAT(BITS, TYPE)
62 #define MAP_EMU_FORMAT_NO_ALPHA(BITS, TYPE) \
63 MAP_FORMAT2(L ## BITS, TYPE, R ## BITS, TYP
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A 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()
H A 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/node/deps/v8/third_party/zlib/
H A 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(
[all...]
/third_party/node/deps/zlib/
H A Dinfback.c182 #define BITS(n) \ macro
287 state->last = BITS(1); in inflateBack()
289 switch (BITS(2)) { in inflateBack()
348 state->nlen = BITS(5) + 257; in inflateBack()
350 state->ndist = BITS(5) + 1; in inflateBack()
352 state->ncode = BITS(4) + 4; in inflateBack()
367 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack()
388 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
406 copy = 3 + BITS(2); in inflateBack()
413 copy = 3 + BITS( in inflateBack()
[all...]
/third_party/libwebsockets/win32port/zlib/
H A 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(
[all...]
H A Dinflate.c485 #define BITS(n) \ macro
527 the requested bits are not available. The typical use of the BITS macros
531 ... do something with BITS(n) ...
535 input left to load n bits into the accumulator, or it continues. BITS(n)
540 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
556 keep[want++] = BITS(n);
645 ((BITS(8) << 8) + (hold >> 8)) % 31) {
650 if (BITS(4) != Z_DEFLATED) {
656 len = BITS(4) + 8;
819 state->last = BITS(
[all...]
/third_party/skia/third_party/externals/zlib/
H A 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(
[all...]
/third_party/zlib/contrib/infback9/
H A Dinfback9.c153 #define BITS(n) \ macro
274 lastblock = BITS(1); in inflateBack9()
276 switch (BITS(2)) { in inflateBack9()
338 state->nlen = BITS(5) + 257; in inflateBack9()
340 state->ndist = BITS(5) + 1; in inflateBack9()
342 state->ncode = BITS(4) + 4; in inflateBack9()
355 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack9()
376 here = lencode[BITS(lenbits)]; in inflateBack9()
395 copy = 3 + BITS(2); in inflateBack9()
402 copy = 3 + BITS( in inflateBack9()
[all...]
/third_party/zlib/
H A Dinfback.c182 #define BITS(n) \ macro
287 state->last = BITS(1); in inflateBack()
289 switch (BITS(2)) { in inflateBack()
348 state->nlen = BITS(5) + 257; in inflateBack()
350 state->ndist = BITS(5) + 1; in inflateBack()
352 state->ncode = BITS(4) + 4; in inflateBack()
367 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack()
388 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
406 copy = 3 + BITS(2); in inflateBack()
413 copy = 3 + BITS( in inflateBack()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_util.c53 #define MAP_EMU_FORMAT_NO_ALPHA(BITS, TYPE) \
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, TYP
[all...]
/third_party/gn/src/gn/
H A Dtagged_pointer.h13 template <typename T, size_t BITS>
44 static const uintptr_t kTagMask = (uintptr_t(1) << BITS) - 1u;
48 << "Pointer is not aligned to " << BITS << " bits: " << ptr; in CheckPointerValue()
52 << "Tag value is larger than " << BITS << " bits: " << tag; in CheckTagValue()

Completed in 12 milliseconds

123456