/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 17 //=== Format Traits === 21 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 32 case VULKAN_HPP_NAMESPACE::Format in blockExtent() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | dxgi_format_map_autogen.cpp | 11 #include "libANGLE/renderer/Format.h" 270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat() 279 return Format::Get(FormatID::A8_UNORM); in GetFormat() 285 return Format::Get(FormatID::B4G4R4A4_UNORM); in GetFormat() 287 return Format::Get(FormatID::B5G5R5A1_UNORM); in GetFormat() 289 return Format::Get(FormatID::B5G6R5_UNORM); in GetFormat() 291 return Format::Get(FormatID::B8G8R8A8_TYPELESS); in GetFormat() 293 return Format::Get(FormatID::B8G8R8A8_UNORM); in GetFormat() 295 return Format::Get(FormatID::B8G8R8A8_UNORM_SRGB); in GetFormat() 299 return Format in GetFormat() [all...] |
H A D | Format.h | 6 // Format: 22 extern const Format gFormatInfoTable[]; 24 struct Format final : private angle::NonCopyable 26 inline constexpr Format(FormatID id, 50 static const Format &Get(FormatID id) { return gFormatInfoTable[static_cast<int>(id)]; } in Get() 69 bool operator==(const Format &other) const { return this->id == other.id; } in operator ==() 130 constexpr Format::Format(FormatID id, in Format() function in angle::Format 185 constexpr bool Format::hasDepthOrStencilBits() const in hasDepthOrStencilBits() 190 constexpr bool Format [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | civil_time_test.cc | 34 std::string Format(const T& t) { in Format() function 340 EXPECT_EQ("1970-01-01T00:00:00", Format(ss)); 343 EXPECT_EQ("1970-01-01T00:00", Format(mm)); 346 EXPECT_EQ("1970-01-01T00", Format(hh)); 349 EXPECT_EQ("1970-01-01", Format(d)); 352 EXPECT_EQ("1970-01", Format(m)); 355 EXPECT_EQ("1970", Format(y)); 367 EXPECT_EQ("2015-01-02T03:04:05", Format(civil_second(2015, 1, 2, 3, 4, 5))); 368 EXPECT_EQ("2015-01-02T03:04:00", Format(civil_second(2015, 1, 2, 3, 4))); 369 EXPECT_EQ("2015-01-02T03:00:00", Format(civil_secon [all...] |
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 156 void Format(Instruction* instr, const char* format); 848 // Format takes a formatting string for a whole instruction and prints it into 851 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 866 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown() 872 Format(instr, "add 'rd, 'rs1, 'rs2"); in DecodeRType() 876 Format(instr, "neg 'rd, 'rs2"); in DecodeRType() 878 Format(instr, "sub 'rd, 'rs1, 'rs2"); in DecodeRType() 881 Format(instr, "sll 'rd, 'rs1, 'rs2"); in DecodeRType() 885 Format(instr, "sltz 'rd, 'rs1"); in DecodeRType() 887 Format(inst in DecodeRType() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 31 const Format &Format::Get(GLenum internalFormat, const Renderer11DeviceCaps &deviceCaps) in Get() 38 static constexpr Format info(GL_ALPHA16F_EXT, in Get() 52 static constexpr Format info(GL_ALPHA32F_EXT, in Get() 68 static constexpr Format info(GL_ALPHA8_EXT, in Get() 82 static constexpr Format info(GL_ALPHA8_EXT, in Get() 97 static constexpr Format info(GL_BGR10_A2_ANGLEX, in Get() 113 static constexpr Format info(GL_BGR565_ANGLEX, in Get() 127 static constexpr Format info(GL_BGR565_ANGLEX, in Get() 142 static constexpr Format inf in Get() [all...] |
H A D | texture_format_table.h | 17 #include "libANGLE/renderer/Format.h" 33 struct Format final : private angle::NonCopyable 35 inline constexpr Format(); 36 inline constexpr Format(GLenum internalFormat, 47 static const Format &Get(GLenum internalFormat, const Renderer11DeviceCaps &deviceCaps); 49 const Format &getSwizzleFormat(const Renderer11DeviceCaps &deviceCaps) const; 51 const angle::Format &format() const; 69 constexpr Format::Format() in Format() function in rx::d3d11::Format 82 constexpr Format function in rx::d3d11::Format [all...] |
H A D | texture_format_table.cpp | 18 const Format &Format::getSwizzleFormat(const Renderer11DeviceCaps &deviceCaps) const in getSwizzleFormat() 20 return (swizzleFormat == internalFormat ? *this : Format::Get(swizzleFormat, deviceCaps)); in getSwizzleFormat() 23 LoadFunctionMap Format::getLoadFunctions() const in getLoadFunctions() 28 const angle::Format &Format::format() const in format() 30 return angle::Format::Get(formatID); in format()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | RemarkFormat.cpp | 20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat() 21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat() 22 .Cases("", "yaml", Format::YAML) in parseFormat() 23 .Case("yaml-strtab", Format::YAMLStrTab) in parseFormat() 24 .Case("bitstream", Format::Bitstream) in parseFormat() 25 .Default(Format::Unknown); in parseFormat() 27 if (Result == Format::Unknown) in parseFormat() 35 Expected<Format> llvm::remarks::magicToFormat(StringRef MagicStr) { in magicToFormat() 37 StringSwitch<Format>(MagicStr) in magicToFormat() 38 .StartsWith("--- ", Format in magicToFormat() [all...] |
H A D | RemarkParser.cpp | 52 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf) { in createRemarkParser() 54 case Format::YAML: in createRemarkParser() 56 case Format::YAMLStrTab: in createRemarkParser() 60 case Format::Bitstream: in createRemarkParser() 62 case Format::Unknown: in createRemarkParser() 70 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf, in createRemarkParser() 73 case Format::YAML: in createRemarkParser() 77 case Format::YAMLStrTab: in createRemarkParser() 79 case Format::Bitstream: in createRemarkParser() 81 case Format in createRemarkParser() [all...] |
H A D | RemarkSerializer.cpp | 21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() 24 case Format::Unknown: in createRemarkSerializer() 27 case Format::YAML: in createRemarkSerializer() 29 case Format::YAMLStrTab: in createRemarkSerializer() 31 case Format::Bitstream: in createRemarkSerializer() 34 llvm_unreachable("Unknown remarks::Format enum"); in createRemarkSerializer() 38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() 41 case Format::Unknown: in createRemarkSerializer() 44 case Format::YAML: in createRemarkSerializer() 46 case Format in createRemarkSerializer() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonFormatterTest.cs | 58 AssertJson("{ }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenOmitted() 59 AssertJson("{ }", formatter.Format(new TestAllTypes())); in DefaultValues_WhenOmitted() 60 AssertJson("{ }", formatter.Format(new TestMap())); in DefaultValues_WhenOmitted() 67 AssertJson("{ 'c': 0 }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenIncluded() 77 var actualText = JsonFormatter.Default.Format(message); in EnumAllowAlias() 91 var actualText = formatter.Format(message); in EnumAsInt() 127 var actualText = JsonFormatter.Default.Format(message); in AllSingleFields() 162 var json = formatter.Format(message); in WithFormatDefaultValues_DoesNotAffectMessageFields() 174 var json = formatter.Format(message); in WithFormatDefaultValues_DoesNotAffectProto3OptionalFields() 185 var json = formatter.Format(messag in WithFormatDefaultValues_DoesNotAffectProto2Fields() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | format.cpp | 21 // This file was generated from the java source file Format.java 45 /* Format class implementation ---------------------------------------------- */ 55 // class Format 72 Format::Format() in Format() function in Format 80 Format::~Format() in ~Format() 87 Format::Format(const Format function in Format [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | format.cpp | 21 // This file was generated from the java source file Format.java 45 /* Format class implementation ---------------------------------------------- */ 55 // class Format 72 Format::Format() in Format() function in Format 80 Format::~Format() in ~Format() 87 Format::Format(const Format function in Format [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | format.cpp | 21 // This file was generated from the java source file Format.java 45 /* Format class implementation ---------------------------------------------- */ 55 // class Format 72 Format::Format() in Format() function in Format 80 Format::~Format() in ~Format() 87 Format::Format(const Format function in Format [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/ |
H A D | ast.go | 62 // Format implements the fmt.Formatter interface 63 func (e EnumDecl) Format(w fmt.State, verb rune) { 78 // Format implements the fmt.Formatter interface 79 func (e EnumEntry) Format(w fmt.State, verb rune) { 94 // Format implements the fmt.Formatter interface 95 func (m MatcherDecl) Format(w fmt.State, verb rune) { 98 m.Options.Format(w, verb) 111 // Format implements the fmt.Formatter interface 112 func (f FunctionDecl) Format(w fmt.State, verb rune) { 114 f.TemplateParams.Format( [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.h | 14 #include "libANGLE/renderer/Format.h" 64 bool HasEmulatedImageChannels(const angle::Format &intendedFormat, 65 const angle::Format &actualFormat); 71 class Format final : private angle::NonCopyable 74 Format(); 82 const angle::Format &getIntendedFormat() const { return angle::Format::Get(mIntendedFormatID); } in getIntendedFormat() 85 const angle::Format &getActualImageFormat(ImageAccess access) const in getActualImageFormat() 87 return angle::Format::Get(getActualImageFormatID(access)); in getActualImageFormat() 94 const angle::Format in getActualRenderableImageFormatID() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.hpp | 63 enum Format ENUM_UNDERLYING_TYPE_UNSIGNED_INT 245 Format format; 252 Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice); 253 Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0); 256 static Surface *create(int width, int height, int depth, Format format, void *pixels, int pitch, int slice); 257 static Surface *create(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0); 267 inline Format getFormat(bool internal = false) const; 275 inline Format getExternalFormat() const; 283 inline Format getInternalFormat() const; 291 inline Format getStencilForma [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 100 case Format::SMEM: return hash_murmur_32<SMEM_instruction>(instr); in operator ()() 101 case Format::VINTRP: return hash_murmur_32<Interp_instruction>(instr); in operator ()() 102 case Format::DS: return hash_murmur_32<DS_instruction>(instr); in operator ()() 103 case Format::SOPP: return hash_murmur_32<SOPP_instruction>(instr); in operator ()() 104 case Format::SOPK: return hash_murmur_32<SOPK_instruction>(instr); in operator ()() 105 case Format::EXP: return hash_murmur_32<Export_instruction>(instr); in operator ()() 106 case Format::MUBUF: return hash_murmur_32<MUBUF_instruction>(instr); in operator ()() 107 case Format::MIMG: return hash_murmur_32<MIMG_instruction>(instr); in operator ()() 108 case Format::MTBUF: return hash_murmur_32<MTBUF_instruction>(instr); in operator ()() 109 case Format in operator ()() [all...] |
/third_party/lame/Dll/ |
H A D | MP3export.pas | 199 beConfig.Format.mp3.dwSampleRate := WavInfo.SamplesPerSec; 200 beConfig.Format.mp3.byMode := BE_MP3_MODE_STEREO; 201 beConfig.Format.mp3.wBitrate := strToInt(MainFrm.Mp3BitRate.Text); 202 beConfig.Format.mp3.bCopyright := 0; 203 beConfig.Format.mp3.bCRC := $00000000; 204 beConfig.Format.mp3.bOriginal := 0; 205 beConfig.Format.mp3.bPrivate := 0; 208 beConfig.Format.lhv1.dwStructVersion := 1; 209 beConfig.Format.lhv1.dwStructSize := SizeOf(beConfig); 211 beConfig.Format [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | format.h | 20 // This file was generated from the java source file Format.java 60 * Many of the concrete subclasses of Format employ the notion of 70 * is not inherent to Format classes in general, and is not part of 78 * MessageFormat is a formatter which utilizes other Format objects to 86 * the Format cannot format the type of object, otherwise if there is 98 class U_I18N_API Format : public UObject { class 104 virtual ~Format(); 107 * Return true if the given Format objects are semantically equal. 110 * @return Return true if the given Format objects are semantically equal. 114 virtual bool operator==(const Format [all...] |
H A D | msgfmt.h | 15 * 07/22/98 stephen Removed operator!= (defined in Format) 61 * <p><code>MessageFormat</code> differs from the other <code>Format</code> 78 * Format object is created, cached and used. 84 * <p>After construction, a custom Format object can be set for 100 * (or using a custom Format object if one was set). 156 * a <code>Format</code> instance for the format element. The following 157 * table shows how the values map to Format instances. Combinations not 159 * be a valid pattern string for the Format subclass used. 165 * <th>resulting Format object 345 class U_I18N_API MessageFormat : public Format { [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | format.h | 20 // This file was generated from the java source file Format.java 60 * Many of the concrete subclasses of Format employ the notion of 70 * is not inherent to Format classes in general, and is not part of 78 * MessageFormat is a formatter which utilizes other Format objects to 86 * the Format cannot format the type of object, otherwise if there is 98 class U_I18N_API Format : public UObject { class 104 virtual ~Format(); 107 * Return true if the given Format objects are semantically equal. 110 * @return Return true if the given Format objects are semantically equal. 114 virtual bool operator==(const Format [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | format.h | 20 // This file was generated from the java source file Format.java 60 * Many of the concrete subclasses of Format employ the notion of 70 * is not inherent to Format classes in general, and is not part of 78 * MessageFormat is a formatter which utilizes other Format objects to 86 * the Format cannot format the type of object, otherwise if there is 98 class U_I18N_API Format : public UObject { class 104 virtual ~Format(); 107 * Return true if the given Format objects are semantically equal. 110 * @return Return true if the given Format objects are semantically equal. 114 virtual UBool operator==(const Format [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFormatUtil.hpp | 36 namespace Format namespace 71 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex) in operator <<() 87 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT) 245 } // Format 251 /** Format value as hexadecimal number. */ 253 inline Format::Hex<NumDigits> toHex (T value) in toHex() 255 return Format::Hex<NumDigits>(toUint64(value)); in toHex() 258 /** Format value as hexadecimal number. */ 260 inline Format::Hex<sizeof(T)*2> toHex (T value) in toHex() 262 return Format in toHex() [all...] |