Home
last modified time | relevance | path

Searched refs:dec (Results 551 - 575 of 987) sorted by relevance

1...<<21222324252627282930>>...40

/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c153 const struct vtn_decoration *dec, void *void_func) in function_decoration_cb()
157 switch (dec->decoration) { in function_decoration_cb()
161 vtn_string_literal(b, dec->operands, dec->num_operands, &name_words); in function_decoration_cb()
162 vtn_fail_if(name_words >= dec->num_operands, in function_decoration_cb()
165 func->linkage = dec->operands[name_words]; in function_decoration_cb()
152 function_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_func) function_decoration_cb() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_deblock_10bit.asm206 dec r3
296 dec r5
373 dec r3
412 dec r6
649 dec r6
710 dec r6
750 dec r6
790 dec r5
793 dec r6
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp170 deUint32 dec = 0xff - inc; in init() local
171 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init()
522 deUint32 dec = 0xff - inc; in init() local
527 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in init()
528 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in init()
529 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in init()
530 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in init()
531 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in init()
532 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp195 const deUint32 dec = 0xff - inc; in Texture2DMipmapTestInstance() local
196 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in Texture2DMipmapTestInstance()
463 const deUint32 dec = 0xff - inc; in TextureCubeMipmapTestInstance() local
468 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in TextureCubeMipmapTestInstance()
469 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in TextureCubeMipmapTestInstance()
470 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in TextureCubeMipmapTestInstance()
471 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in TextureCubeMipmapTestInstance()
472 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in TextureCubeMipmapTestInstance()
473 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in TextureCubeMipmapTestInstance()
704 const deUint32 dec in Texture3DMipmapTestInstance() local
1001 const deUint32 dec = 0xff - inc; Texture2DLodControlTestInstance() local
1275 const deUint32 dec = 0xff - inc; TextureCubeLodControlTestInstance() local
1552 const deUint32 dec = 0xff - inc; Texture3DLodControlTestInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp195 const deUint32 dec = 0xff - inc; in Texture2DMipmapTestInstance() local
196 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in Texture2DMipmapTestInstance()
463 const deUint32 dec = 0xff - inc; in TextureCubeMipmapTestInstance() local
468 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in TextureCubeMipmapTestInstance()
469 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in TextureCubeMipmapTestInstance()
470 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in TextureCubeMipmapTestInstance()
471 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in TextureCubeMipmapTestInstance()
472 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in TextureCubeMipmapTestInstance()
473 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in TextureCubeMipmapTestInstance()
704 const deUint32 dec in Texture3DMipmapTestInstance() local
1001 const deUint32 dec = 0xff - inc; Texture2DLodControlTestInstance() local
1275 const deUint32 dec = 0xff - inc; TextureCubeLodControlTestInstance() local
1552 const deUint32 dec = 0xff - inc; Texture3DLodControlTestInstance() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1890 AVCodecContext *dec = ist->dec_ctx; in guess_input_channel_layout() local
1892 if (dec->ch_layout.order == AV_CHANNEL_ORDER_UNSPEC) { in guess_input_channel_layout()
1895 if (dec->ch_layout.nb_channels > ist->guess_layout_max) in guess_input_channel_layout()
1897 av_channel_layout_default(&dec->ch_layout, dec->ch_layout.nb_channels); in guess_input_channel_layout()
1898 if (dec->ch_layout.order == AV_CHANNEL_ORDER_UNSPEC) in guess_input_channel_layout()
1900 av_channel_layout_describe(&dec->ch_layout, layout_name, sizeof(layout_name)); in guess_input_channel_layout()
2607 const AVCodec *codec = ist->dec; in init_input_stream()
3124 AVCodecContext *dec = NULL; in init_output_stream() local
3132 dec in init_output_stream()
[all...]
/kernel/linux/linux-5.10/arch/mips/dec/
H A Dkn01-berr.c24 #include <asm/dec/kn01.h>
/kernel/linux/linux-6.6/arch/mips/dec/
H A Dkn01-berr.c24 #include <asm/dec/kn01.h>
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree.h68 void (*dec)(void *context, const void *value); member
72 * overwritten with a new one, the old one has the dec method
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dclear_page_64.S78 dec %rcx
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-btree.h69 void (*dec)(void *context, const void *value, unsigned int count); member
73 * overwritten with a new one, the old one has the dec method
/third_party/ffmpeg/libavutil/x86/
H A Dimgutils.asm50 dec heightd
/third_party/node/test/parallel/
H A Dtest-http-agent-maxtotalsockets.js73 countdown.dec();
/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc107 << " ecn=" << log::hex << pi.ecn << log::dec << " " << datalen in on_read()
/third_party/lzma/C/
H A DPpmd7.h90 CPpmd7_RangeDec dec; member
151 You must set (CPpmd7::rc.dec.Stream) before Ppmd7*_RangeDec_Init()
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-compiler-ia32-inl.h75 __ masm()->dec(scratch); in PrologueFillFrame()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp146 buffer << std::dec << " "; in disassemble() member in std
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DHuffman.java7 package org.brotli.dec;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannelTest.java7 import org.brotli.wrapper.dec.BrotliInputStream;
H A DBrotliOutputStreamTest.java7 import org.brotli.wrapper.dec.BrotliInputStream;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoder.java7 package org.brotli.wrapper.dec;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp154 L.dec(); in spawn()
/third_party/skia/third_party/externals/tint/src/writer/
H A Dfloat_to_string.cc150 ss << "p" << std::showpos << std::dec << exponent; in FloatToBitPreservingString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h28 /// Error dec();
138 /// If the underlying 'dec' operation fails, this will set the Error value
142 /// 'dec' operation succeeds or fails.
145 if (auto Err = I.dec()) in operator --()
/third_party/vixl/tools/
H A Dmake_instruction_doc_aarch64.pl84 } elsif ($i =~ /[su]?q?(inc|dec)[bhwd]/ || $i ~~ @sves) {

Completed in 22 milliseconds

1...<<21222324252627282930>>...40