/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 153 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 D | h264_deblock_10bit.asm | 206 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 D | es2fTextureMipmapTests.cpp | 170 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 D | vktTextureMipmapTests.cpp | 195 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 D | vktTextureMipmapTests.cpp | 195 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 D | ffmpeg.c | 1890 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 D | kn01-berr.c | 24 #include <asm/dec/kn01.h>
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | kn01-berr.c | 24 #include <asm/dec/kn01.h>
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.h | 68 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 D | clear_page_64.S | 78 dec %rcx
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree.h | 69 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 D | imgutils.asm | 50 dec heightd
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-maxtotalsockets.js | 73 countdown.dec();
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic_listener.cc | 107 << " ecn=" << log::hex << pi.ecn << log::dec << " " << datalen in on_read()
|
/third_party/lzma/C/ |
H A D | Ppmd7.h | 90 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 D | baseline-compiler-ia32-inl.h | 75 __ masm()->dec(scratch); in PrologueFillFrame()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 146 buffer << std::dec << " "; in disassemble() member in std
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 7 package org.brotli.dec;
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | BrotliEncoderChannelTest.java | 7 import org.brotli.wrapper.dec.BrotliInputStream;
|
H A D | BrotliOutputStreamTest.java | 7 import org.brotli.wrapper.dec.BrotliInputStream;
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | Decoder.java | 7 package org.brotli.wrapper.dec;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Parallel.cpp | 154 L.dec(); in spawn()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | float_to_string.cc | 150 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 D | fallible_iterator.h | 28 /// 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 D | make_instruction_doc_aarch64.pl | 84 } elsif ($i =~ /[su]?q?(inc|dec)[bhwd]/ || $i ~~ @sves) {
|