Home
last modified time | relevance | path

Searched defs:Format (Results 1 – 25 of 147) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.h68 struct Format : public FormatBase struct
77 bool valid() const { return metalFormat != MTLPixelFormatInvalid; } in valid() argument
80 return actualAngleFormat().depthBits && actualAngleFormat().stencilBits; in hasDepthAndStencilBits() argument
84 return actualAngleFormat().depthBits || actualAngleFormat().stencilBits; in hasDepthOrStencilBits() argument
88 const FormatCaps &getCaps() const { return *caps; } in getCaps() argument
93 MTLPixelFormat metalFormat = MTLPixelFormatInvalid; argument
98 const FormatCaps *caps = nullptr; argument
104 void init(const DisplayMtl *display, angle::FormatID intendedFormatId); argument
106 friend class FormatTable; argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h86 struct Format { struct
87 wgpu::TextureFormat format; argument
110 // in [0, kKnownFormatCount) argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { func
162 func (e InitializeError) Format(f fmt.State, c rune) { func
170 func (e MessageType) Format(f fmt.State, c rune) { func
178 func (e FileChangeType) Format(f fmt.State, c rune) { func
186 func (e WatchKind) Format(f fmt.State, c rune) { func
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { func
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { func
210 func (e DiagnosticTag) Format(f fmt.State, c rune) { func
218 func (e CompletionItemKind) Format(f fmt.State, c rune) { func
226 func (e InsertTextFormat) Format(f fmt.State, c rune) { func
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { func
162 func (e InitializeError) Format(f fmt.State, c rune) { func
170 func (e MessageType) Format(f fmt.State, c rune) { func
178 func (e FileChangeType) Format(f fmt.State, c rune) { func
186 func (e WatchKind) Format(f fmt.State, c rune) { func
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { func
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { func
210 func (e DiagnosticTag) Format(f fmt.State, c rune) { func
218 func (e CompletionItemKind) Format(f fmt.State, c rune) { func
226 func (e InsertTextFormat) Format(f fmt.State, c rune) { func
[all …]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { func
162 func (e InitializeError) Format(f fmt.State, c rune) { func
170 func (e MessageType) Format(f fmt.State, c rune) { func
178 func (e FileChangeType) Format(f fmt.State, c rune) { func
186 func (e WatchKind) Format(f fmt.State, c rune) { func
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { func
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { func
210 func (e DiagnosticTag) Format(f fmt.State, c rune) { func
218 func (e CompletionItemKind) Format(f fmt.State, c rune) { func
226 func (e InsertTextFormat) Format(f fmt.State, c rune) { func
[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
112 func (f FunctionDecl) Format(w fmt.State, verb rune) { func
126 func (l Parameters) Format(w fmt.State, verb rune) { func
145 func (p Parameter) Format(w fmt.State, verb rune) { func
156 func (o MatcherOptions) Format(w fmt.State, verb rune) { func
171 func (l TemplatedNames) Format(w fmt.State, verb rune) { func
190 func (t TemplatedName) Format(w fmt.State, verb rune) { func
208 func (p TypeDecl) Format(w fmt.State, verb rune) { func
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.hpp24 class Format class
27 Format() {} in Format() function in vk::Format
28 Format(VkFormat format) in Format() function in vk::Format
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DFormat.cpp47 FormatTranslate(DXGI_FORMAT Format, BOOL depth) in FormatTranslate()
283 FormatToName(DXGI_FORMAT Format) in FormatToName()
DDevice.cpp448 DXGI_FORMAT Format, // IN in CheckFormatSupport()
513 DXGI_FORMAT Format, // IN in CheckMultisampleQualityLevels()
/third_party/icu/docs/userguide/format_parse/datetime/
Dexamples.md24 ## Format section in Date and Time Formatting Examples
30 ### C++
42 ### C subsection
/third_party/flatbuffers/tests/annotated_binary/
DREADME.md42 ### Binary Sections
60 ### Binary Regions
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc74 TEST(Format, TimePointResolution) { in TEST() argument
103 TEST(Format, TimePointExtendedResolution) { in TEST() argument
130 TEST(Format, Basics) { in TEST() argument
155 TEST(Format, PosixConversions) { in TEST() argument
197 TEST(Format, LocaleSpecific) { in TEST() argument
246 TEST(Format, Escaping) { in TEST() argument
265 TEST(Format, ExtendedSeconds) { in TEST() argument
327 TEST(Format, ExtendedSubeconds) { in TEST() argument
389 TEST(Format, CompareExtendSecondsVsSubseconds) { in TEST() argument
431 TEST(Format, ExtendedOffset) { in TEST() argument
[all …]
/third_party/skia/src/sfnt/
DSkOTTable_post.h23 struct Format { struct
24 enum Value : SK_OT_Fixed {
31 SK_OT_Fixed value;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp631 struct Format in init() struct
633 char const* name; in init()
634 GLenum internalFormat; in init()
635 tcu::TextureFormat textureFormat; in init()
636 char const* sampler; in init()
637 char const* outType; in init()
638 GLfloat min; in init()
639 GLfloat max; in init()
DglcSampleVariablesTests.cpp879 struct Format in init() struct
881 char const* name; in init()
882 GLenum internalFormat; in init()
883 tcu::TextureFormat textureFormat; in init()
884 char const* sampler; in init()
885 char const* outType; in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h451 SampleProfileFormat Format = SPF_None; variable
473 : SampleProfileReader(std::move(B), C, Format) {} in SampleProfileReader() argument
551 : SampleProfileReaderBinary(std::move(B), C, Format) {} in SampleProfileReaderBinary() argument
597 LLVMContext &C, SampleProfileFormat Format) in SampleProfileReaderExtBinaryBase()
630 : SampleProfileReaderExtBinaryBase(std::move(B), C, Format) {} in SampleProfileReaderExtBinaryBase() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/tok/
Dtok.go64 func (l Location) Format(w fmt.State, verb rune) { func
91 func (s Source) Format(w fmt.State, verb rune) { func
111 func (t Token) Format(w fmt.State, verb rune) { func
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h69 constexpr Format::Format() in Format() function
82 constexpr Format::Format(GLenum internalFormat, in Format() function
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.h62 enum Format { enum
110 enum Format { enum
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dcustom_op_checker.cc23 bool CustomOpChecker::Check(api::CNodePtr, int32_t output_num, mindspore::Format) { return true; } in Check()
Dsqueeze_checker.cc25 bool SqueezeChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format) { in Check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enum
/third_party/icu/icu4c/source/i18n/
Dformat.cpp72 Format::Format() in Format() function in Format
87 Format::Format(const Format &that) in Format() function in Format
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.h30 struct Format { struct
31 enum {
/third_party/skia/third_party/externals/icu/source/i18n/
Dformat.cpp72 Format::Format() in Format() function in Format
87 Format::Format(const Format &that) in Format() function in Format

123456