Home
last modified time | relevance | path

Searched refs:Format (Results 1 – 25 of 1931) sorted by relevance

12345678910>>...78

/third_party/vulkan-headers/include/vulkan/
Dvulkan_format_traits.hpp20 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent()
24 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent()
25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent()
26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent()
27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent()
28 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent()
29 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent()
30 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent()
31 case VULKAN_HPP_NAMESPACE::Format::eBc3SrgbBlock: return { { 4, 4, 1 } }; in blockExtent()
32 case VULKAN_HPP_NAMESPACE::Format::eBc4UnormBlock: return { { 4, 4, 1 } }; in blockExtent()
[all …]
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc93 void Format(Instruction* instr, const char* format);
571 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
586 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
604 Format(instr, "break code: 'code"); in DecodeBreakInstr()
611 Format(instr, "addu16i.d 'rd, 'rj, 'si16"); in DecodeTypekOp6()
614 Format(instr, "beqz 'rj, 'offs21 -> 'pcoffs21"); in DecodeTypekOp6()
617 Format(instr, "bnez 'rj, 'offs21 -> 'pcoffs21"); in DecodeTypekOp6()
621 Format(instr, "bcnez fcc'cj, 'offs21 -> 'pcoffs21"); in DecodeTypekOp6()
623 Format(instr, "bceqz fcc'cj, 'offs21 -> 'pcoffs21"); in DecodeTypekOp6()
626 Format(instr, "jirl 'rd, 'rj, 'offs16"); in DecodeTypekOp6()
[all …]
/third_party/node/deps/v8/src/diagnostics/mips64/
Ddisasm-mips64.cc131 void Format(Instruction* instr, const char* format);
1014 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
1029 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
1035 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
1044 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
1052 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
1055 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1058 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1061 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1064 Format(instr, "movz.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
[all …]
/third_party/node/deps/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc91 void Format(Instruction* instr, const char* format);
431 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
454 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
462 Format(instr, buffer); in UnknownFormat()
481 Format(instr, "pli"); in DecodeExtP()
482 Format(next_instr, " 'rt, "); in DecodeExtP()
484 Format(instr, "paddi"); in DecodeExtP()
485 Format(next_instr, " 'rt, 'ra, "); in DecodeExtP()
487 Format(next_instr, "'int34"); in DecodeExtP()
492 Format(next_instr, "plbz 'rt, 'int34('ra)"); in DecodeExtP()
[all …]
/third_party/node/deps/v8/src/diagnostics/riscv64/
Ddisasm-riscv64.cc156 void Format(Instruction* instr, const char* format);
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(instr, "sgtz 'rd, 'rs2"); in DecodeRType()
889 Format(instr, "slt 'rd, 'rs1, 'rs2"); in DecodeRType()
[all …]
/third_party/node/deps/v8/src/diagnostics/mips/
Ddisasm-mips.cc127 void Format(Instruction* instr, const char* format);
960 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
975 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
980 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
983 Format(instr, "min.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
986 Format(instr, "max.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
989 Format(instr, "mina.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
992 Format(instr, "maxa.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
995 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
998 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtilPrototypes.inl78 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
79 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
80 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
81 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value);
82 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>…
83 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(…
84 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,…
85 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in…
86 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in…
87 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::…
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddxgi_format_map_autogen.cpp270 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::Get(FormatID::B8G8R8X8_UNORM); in GetFormat()
305 return Format::Get(FormatID::BC1_RGBA_UNORM_BLOCK); in GetFormat()
[all …]
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc94 void Format(Instruction* instr, const char* format);
708 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
731 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
745 Format(instr, "mul'cond's 'rn, 'rm, 'rs"); in DecodeType01()
752 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01()
758 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01()
768 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs"); in DecodeType01()
776 Format(instr, "ldrex'cond 'rt, ['rn]"); in DecodeType01()
779 Format(instr, "ldrexd'cond 'rt, ['rn]"); in DecodeType01()
782 Format(instr, "ldrexb'cond 'rt, ['rn]"); in DecodeType01()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc34 std::string Format(const T& t) { in Format() function
340 EXPECT_EQ("1970-01-01T00:00:00", Format(ss)); in TEST()
343 EXPECT_EQ("1970-01-01T00:00", Format(mm)); in TEST()
346 EXPECT_EQ("1970-01-01T00", Format(hh)); in TEST()
349 EXPECT_EQ("1970-01-01", Format(d)); in TEST()
352 EXPECT_EQ("1970-01", Format(m)); in TEST()
355 EXPECT_EQ("1970", Format(y)); in TEST()
367 EXPECT_EQ("2015-01-02T03:04:05", Format(civil_second(2015, 1, 2, 3, 4, 5))); in TEST()
368 EXPECT_EQ("2015-01-02T03:04:00", Format(civil_second(2015, 1, 2, 3, 4))); in TEST()
369 EXPECT_EQ("2015-01-02T03:00:00", Format(civil_second(2015, 1, 2, 3))); in TEST()
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluStrUtilPrototypes.inl27 tcu::Format::Bitfield<16> getAPIBitsStr (int value);
28 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
29 inline tcu::Format::Enum<int, 2> getBooleanStr (int value) { return tcu::Format::Enum<int, 2>(g…
30 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, …
31 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getA…
32 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(ge…
33 inline tcu::Format::Enum<int, 2> getContextAttribStr (int value) { return tcu::Format::Enum<int,…
34 inline tcu::Format::Enum<int, 2> getConfigAttribStr (int value) { return tcu::Format::Enum<int, …
35 inline tcu::Format::Enum<int, 2> getSurfaceAttribStr (int value) { return tcu::Format::Enum<int,…
36 inline tcu::Format::Enum<int, 2> getYuvOrderStr (int value) { return tcu::Format::Enum<int, 2>(…
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp31 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 info(GL_BGR5_A1_ANGLEX, in Get()
156 static constexpr Format info(GL_BGRA4_ANGLEX, in Get()
[all …]
/third_party/node/deps/v8/src/diagnostics/s390/
Ddisasm-s390.cc81 void Format(Instruction* instr, const char* format);
496 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
519 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
527 Format(instr, buffer); in UnknownFormat()
539 Format(instr, "bkpt"); in DecodeSpecial()
542 Format(instr, "dumy\t'r1, 'd2 ( 'r2d, 'r3 )"); in DecodeSpecial()
546 Format(instr, "ldr\t'f1,'f2"); in DecodeSpecial()
549 Format(instr, "bcr\t'm1,'r2"); in DecodeSpecial()
552 Format(instr, "or\t'r1,'r2"); in DecodeSpecial()
555 Format(instr, "cr\t'r1,'r2"); in DecodeSpecial()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs58 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(message); in WithFormatDefaultValues_DoesNotAffectProto2Fields()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td10 // X86 Instruction Format Definitions.
13 // Format specifies the encoding used by the instruction. This is part of the
16 class Format<bits<7> val> {
20 def Pseudo : Format<0>;
21 def RawFrm : Format<1>;
22 def AddRegFrm : Format<2>;
23 def RawFrmMemOffs : Format<3>;
24 def RawFrmSrc : Format<4>;
25 def RawFrmDst : Format<5>;
26 def RawFrmDstSrc : Format<6>;
[all …]
/third_party/mesa3d/src/amd/compiler/
Daco_opcodes.py52 class Format(Enum): class
82 if self == Format.SOPK:
84 elif self == Format.SOPP:
87 elif self == Format.SMEM:
92 elif self == Format.DS:
96 elif self == Format.MTBUF:
107 elif self == Format.MUBUF:
119 elif self == Format.MIMG:
134 elif self == Format.EXP:
140 elif self == Format.PSEUDO_BRANCH:
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dformat.cpp72 Format::Format() in Format() function in Format
80 Format::~Format() in ~Format()
87 Format::Format(const Format &that) in Format() function in Format
96 Format&
97 Format::operator=(const Format& that) in operator =()
111 Format::format(const Formattable& obj, in format()
127 Format::format(const Formattable& /* unused obj */, in format()
143 Format::parseObject(const UnicodeString& source, in parseObject()
159 Format::operator==(const Format& that) const in operator ==()
174 void Format::syntaxError(const UnicodeString& pattern, in syntaxError()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dformat.cpp72 Format::Format() in Format() function in Format
80 Format::~Format() in ~Format()
87 Format::Format(const Format &that) in Format() function in Format
96 Format&
97 Format::operator=(const Format& that) in operator =()
111 Format::format(const Formattable& obj, in format()
127 Format::format(const Formattable& /* unused obj */, in format()
143 Format::parseObject(const UnicodeString& source, in parseObject()
159 Format::operator==(const Format& that) const in operator ==()
174 void Format::syntaxError(const UnicodeString& pattern, in syntaxError()
[all …]
/third_party/icu/icu4c/source/i18n/
Dformat.cpp72 Format::Format() in Format() function in Format
80 Format::~Format() in ~Format()
87 Format::Format(const Format &that) in Format() function in Format
96 Format&
97 Format::operator=(const Format& that) in operator =()
111 Format::format(const Formattable& obj, in format()
127 Format::format(const Formattable& /* unused obj */, in format()
143 Format::parseObject(const UnicodeString& source, in parseObject()
159 Format::operator==(const Format& that) const in operator ==()
174 void Format::syntaxError(const UnicodeString& pattern, in syntaxError()
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go63 func (e EnumDecl) Format(w fmt.State, verb rune) { func
79 func (e EnumEntry) Format(w fmt.State, verb rune) { func
95 func (m MatcherDecl) Format(w fmt.State, verb rune) { func
98 m.Options.Format(w, verb)
112 func (f FunctionDecl) Format(w fmt.State, verb rune) { func
114 f.TemplateParams.Format(w, verb)
115 f.Parameters.Format(w, verb)
118 f.ReturnType.Format(w, verb)
126 func (l Parameters) Format(w fmt.State, verb rune) { func
132 p.Format(w, verb)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkFormat.cpp20 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::YAML) // This is only an assumption. in magicToFormat()
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtil.inl145 inline tcu::Format::Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoad…
146 inline tcu::Format::Enum<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentSt…
147 inline tcu::Format::Enum<VkBlendFactor> getBlendFactorStr (VkBlendFactor value) …
148 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { r…
149 inline tcu::Format::Enum<VkBorderColor> getBorderColorStr (VkBorderColor value) …
150 …u::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelin…
151 inline tcu::Format::Enum<VkComponentSwizzle> getComponentSwizzleStr (VkComponentSwizz…
152 inline tcu::Format::Enum<VkCommandBufferLevel> getCommandBufferLevelStr (VkCommandBuff…
153 inline tcu::Format::Enum<VkCompareOp> getCompareOpStr (VkCompareOp value) …
154 inline tcu::Format::Enum<VkDescriptorType> getDescriptorTypeStr (VkDescriptorType va…
[all …]
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dword_ja.txt32 $Format = [\p{Word_Break = Format}];
69 # Rules 4 Ignore Format and Extend characters,
73 $KatakanaEx = $Katakana ($Extend | $Format)*;
74 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
75 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
76 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
77 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
78 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
79 $MidLetterEx = $MidLetter ($Extend | $Format)*;
80 $MidNumEx = $MidNum ($Extend | $Format)*;
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h64 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 &getActualRenderableImageFormat() const in getActualRenderableImageFormat()
96 return angle::Format::Get(mActualRenderableImageFormatID); in getActualRenderableImageFormat()
127 const angle::Format &getActualBufferFormat(bool compressed) const in getActualBufferFormat()
[all …]
/third_party/icu/icu4c/source/data/brkitr/rules/
Dsent.txt23 $Format = [\p{Sentence_Break = Format}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]

12345678910>>...78