Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 3745) sorted by relevance

12345678910>>...150

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h43 vk_format_is_color(VkFormat format) in vk_format_is_color()
49 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil()
56 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
63 vk_format_has_stencil(VkFormat format) in vk_format_has_stencil()
70 vk_format_depth_only(VkFormat format) in vk_format_depth_only()
86 vk_format_stencil_only(VkFormat format) in vk_format_stencil_only()
96 vk_format_is_int(VkFormat format) in vk_format_is_int()
102 vk_format_is_sint(VkFormat format) in vk_format_is_sint()
108 vk_format_is_uint(VkFormat format) in vk_format_is_uint()
114 vk_format_is_unorm(VkFormat format) in vk_format_is_unorm()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_format_traits.hpp20 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t blockSize( VULKAN_HPP_NAMESPACE::Format format ) in blockSize()
277 …AN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t texelsPerBlock( VULKAN_HPP_NAMESPACE::Format format ) in texelsPerBlock()
534 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent()
628 …NLINE VULKAN_HPP_CONSTEXPR_14 char const * compressionScheme( VULKAN_HPP_NAMESPACE::Format format ) in compressionScheme()
714 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool isCompressed( VULKAN_HPP_NAMESPACE::Format format ) in isCompressed()
721 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed()
785 …_INLINE VULKAN_HPP_CONSTEXPR_14 bool componentsAreCompressed( VULKAN_HPP_NAMESPACE::Format format ) in componentsAreCompressed()
866 …_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentBits( VULKAN_HPP_NAMESPACE::Format format, ui… in componentBits()
2254 …AN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t componentCount( VULKAN_HPP_NAMESPACE::Format format ) in componentCount()
2511 …INLINE VULKAN_HPP_CONSTEXPR_14 char const * componentName( VULKAN_HPP_NAMESPACE::Format format, ui… in componentName()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp581 GLenum format, in AddRGBAFormat()
620 GLenum format, in AddLUMAFormat()
655 GLenum format, in AddDepthStencilFormat()
1698 static const VertexFormat format(GL_BYTE, GL_FALSE, 1, false); in GetVertexFormatFromID() local
1703 static const VertexFormat format(GL_BYTE, GL_TRUE, 1, false); in GetVertexFormatFromID() local
1708 static const VertexFormat format(GL_BYTE, GL_FALSE, 2, false); in GetVertexFormatFromID() local
1713 static const VertexFormat format(GL_BYTE, GL_TRUE, 2, false); in GetVertexFormatFromID() local
1718 static const VertexFormat format(GL_BYTE, GL_FALSE, 3, false); in GetVertexFormatFromID() local
1723 static const VertexFormat format(GL_BYTE, GL_TRUE, 3, false); in GetVertexFormatFromID() local
1728 static const VertexFormat format(GL_BYTE, GL_FALSE, 4, false); in GetVertexFormatFromID() local
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp655 bool IsYuvFormat(GLenum format) in IsYuvFormat()
673 uint32_t GetPlaneCount(GLenum format) in GetPlaneCount()
693 uint32_t GetYPlaneBpp(GLenum format) in GetYPlaneBpp()
713 uint32_t GetChromaPlaneBpp(GLenum format) in GetChromaPlaneBpp()
736 void GetSubSampleFactor(GLenum format, int *horizontalSubsampleFactor, int *verticalSubsampleFactor) in GetSubSampleFactor()
795 GLenum format, in AddRGBAXFormat()
840 GLenum format, in AddRGBAFormat()
860 GLenum format, in AddLUMAFormat()
897 GLenum format, in AddDepthStencilFormat()
973 GLenum format, in AddYUVFormat()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_string_field.cc98 Formatter format(printer, variables_); in GeneratePrivateMembers() local
119 Formatter format(printer, variables_); in GenerateStaticMembers() local
133 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
198 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
375 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local
385 Formatter format(printer, variables_); in GenerateClearingCode() local
407 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
460 Formatter format(printer, variables_); in GenerateMergingCode() local
472 Formatter format(printer, variables_); in GenerateSwappingCode() local
481 Formatter format(printer, variables_); in GenerateConstructorCode() local
[all …]
Dcpp_enum_field.cc71 Formatter format(printer, variables_); in GeneratePrivateMembers() local
77 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
90 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
116 Formatter format(printer, variables_); in GenerateClearingCode() local
121 Formatter format(printer, variables_); in GenerateMergingCode() local
126 Formatter format(printer, variables_); in GenerateSwappingCode() local
131 Formatter format(printer, variables_); in GenerateConstructorCode() local
137 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
143 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
151 Formatter format(printer, variables_); in GenerateByteSize() local
[all …]
Dcpp_message_field.cc96 Formatter format(printer, variables_); in GeneratePrivateMembers() local
106 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
160 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
298 Formatter format(printer, variables_); in GenerateInternalAccessorDeclarations() local
315 Formatter format(printer, variables_); in GenerateInternalAccessorDefinitions() local
390 Formatter format(printer, variables_); in GenerateClearingCode() local
408 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
427 Formatter format(printer, variables_); in GenerateMergingCode() local
442 Formatter format(printer, variables_); in GenerateSwappingCode() local
449 Formatter format(printer, variables_); in GenerateDestructorCode() local
[all …]
Dcpp_primitive_field.cc130 Formatter format(printer, variables_); in GeneratePrivateMembers() local
136 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
149 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
171 Formatter format(printer, variables_); in GenerateClearingCode() local
176 Formatter format(printer, variables_); in GenerateMergingCode() local
181 Formatter format(printer, variables_); in GenerateSwappingCode() local
187 Formatter format(printer, variables_); in GenerateConstructorCode() local
193 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
208 Formatter format(printer, variables_); in GenerateByteSize() local
[all …]
Dcpp_service.cc48 Formatter* format) { in InitMethodVariables()
68 Formatter format(printer, vars_); in GenerateDeclarations() local
79 Formatter format(printer, vars_); in GenerateInterface() local
123 Formatter format(printer, vars_); in GenerateStubDefinition() local
157 Formatter format(printer, vars_); in GenerateMethodSignatures() local
171 Formatter format(printer, vars_); in GenerateImplementation() local
215 Formatter format(printer, vars_); in GenerateNotImplementedMethods() local
230 Formatter format(printer, vars_); in GenerateCallMethod() local
244 Formatter format(printer, vars_); in GenerateCallMethod() local
272 Formatter format(printer, vars_); in GenerateGetPrototype() local
[all …]
Dcpp_map_field.cc102 Formatter format(printer, variables_); in GeneratePrivateMembers() local
114 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
131 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
156 Formatter format(printer, variables_); in GenerateClearingCode() local
161 Formatter format(printer, variables_); in GenerateMergingCode() local
166 Formatter format(printer, variables_); in GenerateSwappingCode() local
176 static void GenerateSerializationLoop(const Formatter& format, bool string_key, in GenerateSerializationLoop()
210 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
287 Formatter format(printer, variables_); in GenerateByteSize() local
/third_party/mesa3d/src/mesa/main/
Dformats.c84 _mesa_get_format_info(mesa_format format) in _mesa_get_format_info()
102 _mesa_get_format_name(mesa_format format) in _mesa_get_format_name()
120 _mesa_get_format_bytes(mesa_format format) in _mesa_get_format_bytes()
141 _mesa_get_format_bits(mesa_format format, GLenum pname) in _mesa_get_format_bits()
196 _mesa_get_format_max_bits(mesa_format format) in _mesa_get_format_max_bits()
214 _mesa_get_format_layout(mesa_format format) in _mesa_get_format_layout()
232 _mesa_get_format_datatype(mesa_format format) in _mesa_get_format_datatype()
239 get_base_format_for_array_format(mesa_array_format format) in get_base_format_for_array_format()
320 _mesa_get_format_base_format(uint32_t format) in _mesa_get_format_base_format()
339 _mesa_get_format_block_size(mesa_format format, in _mesa_get_format_block_size()
[all …]
Dglformats.c369 _mesa_components_in_format(GLenum format) in _mesa_components_in_format()
424 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel()
577 _mesa_is_enum_format_unsized(GLenum format) in _mesa_is_enum_format_unsized()
633 _mesa_is_enum_format_unorm(GLenum format) in _mesa_is_enum_format_unorm()
704 _mesa_is_enum_format_snorm(GLenum format) in _mesa_is_enum_format_snorm()
742 _mesa_is_enum_format_unsigned_int(GLenum format) in _mesa_is_enum_format_unsigned_int()
782 _mesa_is_enum_format_signed_int(GLenum format) in _mesa_is_enum_format_signed_int()
939 _mesa_is_enum_format_integer(GLenum format) in _mesa_is_enum_format_integer()
984 _mesa_is_color_format(GLenum format) in _mesa_is_color_format()
1252 _mesa_is_depth_format(GLenum format) in _mesa_is_depth_format()
[all …]
/third_party/mesa3d/src/util/format/
Du_format.h151 enum pipe_format format; member
448 util_format_name(enum pipe_format format) in util_format_name()
461 util_format_short_name(enum pipe_format format) in util_format_short_name()
477 util_format_is_plain(enum pipe_format format) in util_format_is_plain()
489 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed()
514 util_format_is_s3tc(enum pipe_format format) in util_format_is_s3tc()
527 util_format_is_etc(enum pipe_format format) in util_format_is_etc()
540 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb()
561 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil()
575 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil()
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_misc.c35 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed()
85 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned()
100 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear()
110 int snd_pcm_format_float(snd_pcm_format_t format) in snd_pcm_format_float()
128 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian()
181 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian()
196 int snd_pcm_format_cpu_endian(snd_pcm_format_t format) in snd_pcm_format_cpu_endian()
210 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width()
277 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width()
342 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size()
[all …]
/third_party/skia/src/gpu/dawn/
DGrDawnUtil.cpp10 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format) { in GrDawnBytesPerBlock()
24 int GrDawnFormatStencilBits(wgpu::TextureFormat format) { in GrDawnFormatStencilBits()
37 bool GrDawnFormatIsRenderable(wgpu::TextureFormat format) { in GrDawnFormatIsRenderable()
43 bool GrColorTypeToDawnFormat(GrColorType ct, wgpu::TextureFormat* format) { in GrColorTypeToDawnFormat()
60 bool GrDawnFormatToGrColorType(wgpu::TextureFormat format, GrColorType* colorType) { in GrDawnFormatToGrColorType()
82 const char* GrDawnFormatToStr(wgpu::TextureFormat format) { in GrDawnFormatToStr()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/
Dgstamc-format-ml.c45 GstAmcFormat *format = g_slice_new0 (GstAmcFormat); in gst_amc_format_new_audio() local
64 GstAmcFormat *format = g_slice_new0 (GstAmcFormat); in gst_amc_format_new_video() local
81 GstAmcFormat *format = g_slice_new0 (GstAmcFormat); in gst_amc_format_new_handle() local
87 gst_amc_format_get_handle (GstAmcFormat * format) in gst_amc_format_get_handle()
93 gst_amc_format_free (GstAmcFormat * format) in gst_amc_format_free()
100 gst_amc_format_to_string (GstAmcFormat * format, GError ** err) in gst_amc_format_to_string()
118 gst_amc_format_get_float (GstAmcFormat * format, const gchar * key, in gst_amc_format_get_float()
138 gst_amc_format_set_float (GstAmcFormat * format, const gchar * key, in gst_amc_format_set_float()
157 gst_amc_format_get_int (GstAmcFormat * format, const gchar * key, gint * value, in gst_amc_format_get_int()
177 gst_amc_format_set_int (GstAmcFormat * format, const gchar * key, gint value, in gst_amc_format_set_int()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp37 deUint32 getVertexFormatSize (VkFormat format) in getVertexFormatSize()
174 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount()
299 deUint32 getVertexFormatComponentSize (VkFormat format) in getVertexFormatComponentSize()
405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth()
502 bool isVertexFormatComponentOrderBGR (VkFormat format) in isVertexFormatComponentOrderBGR()
535 bool isVertexFormatComponentOrderABGR(VkFormat format) in isVertexFormatComponentOrderABGR()
561 bool isVertexFormatComponentOrderARGB(VkFormat format) in isVertexFormatComponentOrderARGB()
581 bool isVertexFormatSint (VkFormat format) in isVertexFormatSint()
611 bool isVertexFormatUint (VkFormat format) in isVertexFormatUint()
642 bool isVertexFormatSfloat (VkFormat format) in isVertexFormatSfloat()
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c219 svga_format_entry(enum pipe_format format) in svga_format_entry()
235 svga_translate_vertex_format_vgpu10(enum pipe_format format, in svga_translate_vertex_format_vgpu10()
253 svga_translate_texture_buffer_view_format(enum pipe_format format, in svga_translate_texture_buffer_view_format()
269 svga_translate_screen_target_format_vgpu10(enum pipe_format format) in svga_translate_screen_target_format_vgpu10()
292 enum pipe_format format, in svga_translate_format()
398 SVGA3dSurfaceFormat format; member
1674 SVGA3dSurfaceFormat format, in svga_get_format_cap()
1706 SVGA3dSurfaceFormat format, in svga_get_dx_format_cap()
1753 svga_format_size(SVGA3dSurfaceFormat format, in svga_format_size()
1772 svga_format_name(SVGA3dSurfaceFormat format) in svga_format_name()
[all …]
/third_party/node/test/parallel/
Dtest-crypto-keygen.js94 format: 'pem' property
98 format: 'pem' property
134 format: 'der' property
144 format: 'pem' property
166 format: 'pem', property
197 format: 'der', property
212 format: 'der', property
225 format: 'der', property
240 format: 'der' property
251 format: 'der', property
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DBitmapGlyph.java79 private int format; field in BitmapGlyph
81 public static BitmapGlyph createGlyph(ReadableFontData data, int format) { in createGlyph()
90 protected BitmapGlyph(ReadableFontData data, int format) { in BitmapGlyph()
95 protected BitmapGlyph(ReadableFontData data, int offset, int length, int format) { in BitmapGlyph()
100 public int format() { in format() method in BitmapGlyph
106 private final int format; field in BitmapGlyph.Builder
109 ReadableFontData data, int format) { in createGlyphBuilder()
126 protected Builder(WritableFontData data, int format) { in Builder()
131 protected Builder(ReadableFontData data, int format) { in Builder()
136 public int format() { in format() method in BitmapGlyph.Builder
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DBitmapGlyph.java79 private int format; field in BitmapGlyph
81 public static BitmapGlyph createGlyph(ReadableFontData data, int format) { in createGlyph()
90 protected BitmapGlyph(ReadableFontData data, int format) { in BitmapGlyph()
95 protected BitmapGlyph(ReadableFontData data, int offset, int length, int format) { in BitmapGlyph()
100 public int format() { in format() method in BitmapGlyph
106 private final int format; field in BitmapGlyph.Builder
109 ReadableFontData data, int format) { in createGlyphBuilder()
126 protected Builder(WritableFontData data, int format) { in Builder()
131 protected Builder(ReadableFontData data, int format) { in Builder()
136 public int format() { in format() method in BitmapGlyph.Builder
/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h40 vk_format_get_first_non_void_channel(VkFormat format) in vk_format_get_first_non_void_channel()
77 vk_format_is_subsampled(VkFormat format) in vk_format_is_subsampled()
83 vk_format_no_srgb(VkFormat format) in vk_format_no_srgb()
123 vk_to_non_srgb_format(VkFormat format) in vk_to_non_srgb_format()
146 vk_format_get_plane_width(VkFormat format, unsigned plane, unsigned width) in vk_format_get_plane_width()
152 vk_format_get_plane_height(VkFormat format, unsigned plane, unsigned height) in vk_format_get_plane_height()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h42 bool isFormatSRGB(const GrBackendFormat& format) const override { in isFormatSRGB()
53 const GrBackendFormat& format) const override { in isFormatTexturableAndUploadable()
56 bool isFormatTexturable(const GrBackendFormat& format) const override { in isFormatTexturable()
61 bool isFormatCopyable(const GrBackendFormat& format) const override { in isFormatCopyable()
76 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable()
95 const GrBackendFormat& format) const override { in getRenderTargetSampleCount()
111 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount()
125 GrColorType getYUVAColorTypeFromBackendFormat(const GrBackendFormat& format, in getYUVAColorTypeFromBackendFormat()
157 GrPixelConfig onGetConfigFromBackendFormat(const GrBackendFormat& format, in onGetConfigFromBackendFormat()
163 const GrBackendFormat& format) const override { in onAreColorTypeAndFormatCompatible()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h79 constexpr string_view ConsumeAnyOf(string_view format, const char* chars) { in ConsumeAnyOf()
90 string_view format; member
110 constexpr Integer ParsePositional(string_view format) { in ParsePositional()
117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat()
202 constexpr ConvParser(string_view format, ConvList args, bool error, in ConvParser()
211 constexpr ConvParser(string_view format, ConvList args, bool is_positional) in ConvParser()
230 constexpr string_view format() const { return format_; } in format() function
252 static constexpr bool FoundPercent(string_view format) { in FoundPercent()
274 static constexpr string_view ConsumeNonPercent(string_view format) { in ConsumeNonPercent()
280 static constexpr bool IsPositional(string_view format) { in IsPositional()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.h194 constexpr int CalculateOneBit(const char* format) { in CalculateOneBit()
203 constexpr const char* SkipNumber(const char* format) { in SkipNumber()
207 constexpr int PlaceholderBitmask(const char* format) { in PlaceholderBitmask()
240 inline void SubstituteAndAppend(std::string* output, absl::string_view format) { in SubstituteAndAppend()
244 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend()
251 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend()
259 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend()
268 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend()
279 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend()
291 inline void SubstituteAndAppend(std::string* output, absl::string_view format, in SubstituteAndAppend()
[all …]

12345678910>>...150