Home
last modified time | relevance | path

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

123456789

/external/skqp/src/gpu/mtl/
DGrMtlStencilAttachment.h20 struct Format { struct
21 MTLPixelFormat fInternalFormat; argument
28 int sampleCnt, const Format& format); argument
/external/skia/src/gpu/mtl/
DGrMtlStencilAttachment.h20 struct Format { struct
21 MTLPixelFormat fInternalFormat; argument
28 int sampleCnt, const Format& format); argument
/external/skia/src/gpu/vk/
DGrVkStencilAttachment.h20 struct Format { struct
21 VkFormat fInternalFormat; argument
28 int sampleCnt, const Format& format); argument
/external/skqp/src/gpu/vk/
DGrVkStencilAttachment.h20 struct Format { struct
21 VkFormat fInternalFormat; argument
28 int sampleCnt, const Format& format); argument
/external/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 …]
/external/deqp-deps/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 …]
/external/angle/third_party/spirv-tools/src/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 …]
/external/skia/src/gpu/gl/
DGrGLStencilAttachment.h19 struct Format { struct
20 GrGLenum fInternalFormat; argument
35 const Format& format) in GrGLStencilAttachment() argument
/external/skqp/src/gpu/gl/
DGrGLStencilAttachment.h19 struct Format { struct
20 GrGLenum fInternalFormat; argument
35 const Format& format) in GrGLStencilAttachment() argument
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.h45 struct Format : public FormatBase struct
51 bool valid() const { return metalFormat != MTLPixelFormatInvalid; } in valid() argument
56 MTLPixelFormat metalFormat = MTLPixelFormatInvalid; argument
61 friend class FormatTable; argument
/external/gemmlowp/internal/
Dkernel_neon.h37 Format; typedef
298 Format; typedef
673 Format; typedef
935 Format; typedef
947 Format; typedef
1287 Format; typedef
1294 Format; typedef
1668 Format; typedef
Dkernel_sse.h36 Format; typedef
211 Format; typedef
Dkernel_msa.h47 Format; typedef
285 Format; typedef
/external/swiftshader/src/Vulkan/
DVkFormat.h27 Format() {} in Format() function
28 Format(VkFormat format) : format(format) {} in Format() function
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc287 Format; typedef
476 Format; typedef
594 Format; typedef
841 Format; typedef
926 Format; typedef
1013 Format; typedef
1099 Format; typedef
1185 Format; typedef
1328 Format; typedef
1517 Format; typedef
[all …]
/external/skqp/src/sfnt/
DSkOTTable_post.h23 struct Format { struct
24 enum Value : SK_OT_Fixed {
31 SK_OT_Fixed value;
/external/skia/src/sfnt/
DSkOTTable_post.h23 struct Format { struct
24 enum Value : SK_OT_Fixed {
31 SK_OT_Fixed value;
/external/deqp/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp630 struct Format in init() struct
632 char const* name; in init()
633 GLenum internalFormat; in init()
634 tcu::TextureFormat textureFormat; in init()
635 char const* sampler; in init()
636 char const* outType; in init()
637 GLfloat min; in init()
638 GLfloat max; in init()
/external/llvm/tools/llvm-diff/
DDiffLog.h36 StringRef Format; variable
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffLog.h36 StringRef Format; variable
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DFormat.java34 public enum Format { enum
76 private Format(int size) { in Format() method in Format
80 private Format(int size, boolean isPayloadFormat) { in Format() method in Format
/external/clang/include/clang/Frontend/
DPCHContainerOperations.h105 const PCHContainerWriter *getWriterOrNull(StringRef Format) { in getWriterOrNull()
108 const PCHContainerReader *getReaderOrNull(StringRef Format) { in getReaderOrNull()
/external/scudo/standalone/
Dstring_utils.cpp117 int formatString(char *Buffer, uptr BufferLength, const char *Format, in formatString()
210 void ScopedString::append(const char *Format, va_list Args) { in append()
227 void ScopedString::append(const char *Format, ...) { in append()
235 void Printf(const char *Format, ...) { in Printf()
/external/grpc-grpc/doc/
Dbinary-logging.md3 ## Format section in Binary Logging
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h69 constexpr Format::Format() in Format() function
82 constexpr Format::Format(GLenum internalFormat, in Format() function

123456789