Home
last modified time | relevance | path

Searched refs:RAW (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImageView.hpp82 // RAW: Use the base image as is
86 RAW, enumerator
104 Format getFormat(Usage usage = RAW) const;
106 int rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage = RAW) const;
107 int slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage = RAW) const;
108 int getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage = RAW) const;
109 int layerPitchBytes(VkImageAspectFlagBits aspect, Usage usage = RAW) const;
126 void *getOffsetPointer(const VkOffset3D &offset, VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer, Usage usage = RAW) const;
H A DVkImageView.cpp308 case RAW: in getImage()
320 Format imageFormat = ((usage == RAW) || (getImage(usage) == image)) ? format : getImage(usage)->getFormat(); in getFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DStringTableBuilder.cpp32 case RAW: in initSize()
147 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable()
158 if (K != RAW) in finalizeStringTable()
196 Size = Start + S.size() + (K != RAW); in add()
/third_party/ninja/src/
H A Deval_env.cc104 if (i->second == RAW) in Evaluate()
113 // Add it to the end of an existing RAW token if possible. in AddText()
114 if (!parsed_.empty() && parsed_.back().second == RAW) { in AddText()
117 parsed_.push_back(make_pair(text.AsString(), RAW)); in AddText()
H A Deval_env.h53 enum TokenType { RAW, SPECIAL }; enumerator
/third_party/zlib/examples/
H A Dzran.c129 #define RAW -15 macro
142 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet) in deflate_index_build()
165 mode = strm.avail_in == 0 ? RAW : // empty -- will fail in deflate_index_build()
168 /* else */ RAW; in deflate_index_build()
182 if (mode == RAW && index == NULL) in deflate_index_build()
365 ret = inflateInit2(&strm, RAW); in deflate_index_extract()
448 inflateReset2(&strm, RAW); in deflate_index_extract()
/third_party/skia/third_party/externals/brotli/java/org/brotli/common/
H A DSharedDictionaryType.java13 public static final int RAW = 0; field in SharedDictionaryType
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs27 pub const RAW: Self = Self(c::SOCK_RAW); consts
204 pub const RAW: Self = Self(c::IPPROTO_RAW as _); consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DStringTableBuilder.h25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h36 StringTableBuilder StrtabBuilder{StringTableBuilder::RAW};
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs27 pub const RAW: Self = Self(c::SOCK_RAW as u32); consts
576 pub const RAW: Self = Self(c::IPPROTO_RAW as _); consts
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp388 const int32_t RAW = -10*HOUR; in TestSimpleRuleBasedTimeZone() local
389 rbtz0.setRawOffset(RAW); in TestSimpleRuleBasedTimeZone()
390 if (rbtz0.getRawOffset() != RAW) { in TestSimpleRuleBasedTimeZone()
1693 const int32_t RAW = -10*HOUR; in TestVTimeZoneCoverage() local
1695 tmpvtz->setRawOffset(RAW); in TestVTimeZoneCoverage()
1696 if (tmpvtz->getRawOffset() != RAW) { in TestVTimeZoneCoverage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRSymtab.cpp363 StringTableBuilder StrtabBuilder(StringTableBuilder::RAW); in upgrade()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java1176 final int RAW = -10*HOUR; in TestVTimeZoneCoverage()
1178 tmpvtz.setRawOffset(RAW); in TestVTimeZoneCoverage()
1179 if (tmpvtz.getRawOffset() != RAW) { in TestVTimeZoneCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java1174 final int RAW = -10*HOUR; in TestVTimeZoneCoverage()
1176 tmpvtz.setRawOffset(RAW); in TestVTimeZoneCoverage()
1177 if (tmpvtz.getRawOffset() != RAW) { in TestVTimeZoneCoverage()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl570 ldr $Ki,[sp] @ big RAW stall
/third_party/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl570 ldr $Ki,[sp] @ big RAW stall
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha1-armv4-large.S534 ldr r9,[sp] @ big RAW stall
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha1-armv4-large.S534 ldr r9,[sp] @ big RAW stall
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex2860 % @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}.

Completed in 31 milliseconds