Home
last modified time | relevance | path

Searched refs:format (Results 3226 - 3250 of 8044) sorted by relevance

1...<<121122123124125126127128129130>>...322

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c974 static void format_line_string(char* str, size_t len, int significant_figures, format_type format) in format_line_string() argument
983 switch (format) in format_line_string()
1153 static const char* format_head_string(format_type format) in format_head_string() argument
1155 switch (format) in format_head_string()
1172 double value_scale, format_type format) in hdr_percentiles_print()
1180 format_line_string(line_format, 25, h->significant_figures, format); in hdr_percentiles_print()
1181 head_format = format_head_string(format); in hdr_percentiles_print()
1209 if (CLASSIC == format) in hdr_percentiles_print()
1170 hdr_percentiles_print( struct hdr_histogram* h, FILE* stream, int32_t ticks_per_half_distance, double value_scale, format_type format) hdr_percentiles_print() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dunum.cpp225 ((const NumberFormat*)fmt)->format(number, res, fp, *status); in unum_formatInt64()
258 ((const NumberFormat*)fmt)->format(number, res, fp, *status); in unum_formatDouble()
269 unum_formatDoubleForFields(const UNumberFormat* format, in unum_formatDoubleForFields() argument
291 ((const NumberFormat*)format)->format(number, res, (FieldPositionIterator*)fpositer, *status); in unum_formatDoubleForFields()
329 ((const NumberFormat*)fmt)->format(numFmtbl, resultStr, fp, *status); in unum_formatDecimal()
368 ((const NumberFormat*)fmt)->format(n, res, fp, *status); in unum_formatDoubleCurrency()
984 ((const NumberFormat*)fmt)->format(*(Formattable::fromUFormattable(number)), res, fp, *status); in unum_formatUFormattable()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h108 dzn_index_type_from_dxgi_format(DXGI_FORMAT format, bool prim_restart) in dzn_index_type_from_dxgi_format() argument
110 switch (format) { in dzn_index_type_from_dxgi_format()
116 default: unreachable("Invalid index format"); in dzn_index_type_from_dxgi_format()
216 VkFormat format);
720 D3D12_PIPELINE_STATE_STREAM_DESC_SIZE(DXGI_FORMAT) + /* DS format */ \
851 VkFormat dzn_graphics_pipeline_patch_vi_format(VkFormat format);
891 dzn_image_get_dxgi_format(VkFormat format,
962 dzn_buffer_get_dxgi_format(VkFormat format);
965 dzn_buffer_get_copy_loc(const struct dzn_buffer *buf, VkFormat format,
971 dzn_buffer_get_line_copy_loc(const struct dzn_buffer *buf, VkFormat format,
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c33 #include "util/format/u_format.h"
615 rt, util_format_name(rt_state->format), in pan_blend_create_shader()
622 util_format_description(rt_state->format); in pan_blend_create_shader()
630 .format[0] = rt_state->format in pan_blend_create_shader()
753 unreachable("Invalid format"); in pan_blend_get_internal_desc()
772 .format = state->rts[rt].format, in pan_blend_get_shader_locked()
827 .rt_formats = { key.format }, in pan_blend_get_shader_locked()
832 GENX(pan_blend_get_internal_desc)(dev, key.format, ke in pan_blend_get_shader_locked()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c58 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...);
62 dump_ctx_printf(struct dump_ctx *ctx, const char *format, ...) in dump_ctx_printf() argument
66 va_start(ap, format); in dump_ctx_printf()
68 vfprintf(ctx->file, format, ap); in dump_ctx_printf()
70 _debug_vprintf(format, ap); in dump_ctx_printf()
757 str_dump_ctx_printf(struct dump_ctx *ctx, const char *format, ...) in str_dump_ctx_printf() argument
764 va_start(ap, format); in str_dump_ctx_printf()
765 written = vsnprintf(sctx->ptr, sctx->left, format, ap); in str_dump_ctx_printf()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp71 BufferLevels (VkImageType type, VkFormat format, VkExtent3D levelZero, deUint32 maxLevels, VkImageAspectFlags aspects = 0u);
82 BufferLevels::BufferLevels (VkImageType type, VkFormat format, VkExtent3D levelZero, deUint32 maxLevels, VkImageAspectFlags aspects) in BufferLevels() argument
87 const auto tcuFormat = vk::mapVkFormat(format); in BufferLevels()
99 const auto copyFormat = getDepthCopyFormat(format); in BufferLevels()
104 const auto copyFormat = getStencilCopyFormat(format); in BufferLevels()
230 TCU_THROW(NotSupportedError, "Required format features not supported"); in checkSupport()
235 TCU_THROW(NotSupportedError, "Linear tiling not supported for format"); in checkSupport()
241 TCU_THROW(NotSupportedError, "Required number of mip levels not supported for format"); in checkSupport()
245 TCU_THROW(NotSupportedError, "Required number of layers not supported for format"); in checkSupport()
344 // Test every aspect supported by the image format in iterate()
835 const auto format = testFormats[formatIdx]; createImageSubresourceLayoutTests() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py53 return 'include::{}/meta/refpage.{}{}[]'.format(
64 return 'include::{}/api/{}/{}{}\n'.format(
242 s = '{}({})'.format(pageName, man_section)
253 '{} - {}'.format(pageName, pageDesc),
264 print('== {}'.format(title),
335 'For more information, see the {}#{}[{} Specification^]'.format(
412 specLinkSubstitute = r'link:{}#\1[\2^]'.format(specURL)
661 # We do not care the newline format used here.
901 "{} extension".format(ext_type),
1115 # print('name {} -> page {}'.format(pag
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp312 GLenum format, in glCompressedTexSubImage2D()
316 return GL_CompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, in glCompressedTexSubImage2D()
653 GLenum format, in glReadPixels()
657 return GL_ReadPixels(x, y, width, height, format, type, pixels); in glReadPixels()
736 GLenum format, in glTexImage2D()
740 return GL_TexImage2D(target, level, internalformat, width, height, border, format, type, in glTexImage2D()
770 GLenum format, in glTexSubImage2D()
774 return GL_TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D()
306 glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage2D() argument
649 glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) glReadPixels() argument
730 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2D() argument
764 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2D() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunum.cpp212 ((const NumberFormat*)fmt)->format(number, res, fp, *status); in unum_formatInt64()
245 ((const NumberFormat*)fmt)->format(number, res, fp, *status); in unum_formatDouble()
256 unum_formatDoubleForFields(const UNumberFormat* format, in unum_formatDoubleForFields() argument
278 ((const NumberFormat*)format)->format(number, res, (FieldPositionIterator*)fpositer, *status); in unum_formatDoubleForFields()
316 ((const NumberFormat*)fmt)->format(numFmtbl, resultStr, fp, *status); in unum_formatDecimal()
355 ((const NumberFormat*)fmt)->format(n, res, fp, *status); in unum_formatDoubleCurrency()
947 ((const NumberFormat*)fmt)->format(*(Formattable::fromUFormattable(number)), res, fp, *status); in unum_formatUFormattable()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTextureFormatTests.cpp116 // Structure containing all the information that tests need to know about the format.
118 wgpu::TextureFormat format; member
124 // Returns a reprensentation of a format that can be used to contain the "uncompressed" values
125 // of the format. That the equivalent format with all channels 32bit-sized.
157 const char* type = utils::GetWGSLColorTextureComponentType(sampleFormatInfo.format); in CreateSamplePipeline()
175 desc.cTargets[0].format = renderFormatInfo.format; in CreateSamplePipeline()
180 // The sampling test uploads the sample data in a texture with the sampleFormatInfo.format.
182 // renderFormatInfo.format forma
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh283 unsigned int offset, length, format; in copy_glyph_at_idx() local
284 if (unlikely (!get_image_data (idx, &offset, &length, &format))) return_trace (false); in copy_glyph_at_idx()
322 unsigned int *length, unsigned int *format) const in get_image_data()
324 *format = u.header.imageFormat; in get_image_data()
504 unsigned int *format) const in get_image_data()
508 offset, length, format); in get_image_data()
544 unsigned int offset, length, format; in build_lookup() local
545 if (unlikely (!record->get_image_data (old_gid, this, &offset, &length, &format))) continue; in build_lookup()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py263 text = label.format(name="``{}``".format(name),
264 args=", ".join("``{}``".format(a) for a in args if a))
279 .format(name, info['args'], new_info['args'])
288 target = "audit_event_{}_{}".format(
442 text = label.format(deprecated=self.arguments[0], removed=self.arguments[1])
665 ref = nodes.reference("", nodes.Text("[{}]".format(i)), internal=True)
667 ref['refuri'] = "{}#{}".format(
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc1 // Protocol Buffers - Google's data interchange format
362 options.format = GzipOutputStream::GZIP; in TEST_F()
396 options.format = GzipOutputStream::GZIP; in TEST_F()
427 options.format = GzipOutputStream::GZIP; in TEST_F()
454 options.format = GzipOutputStream::GZIP; in TEST_F()
484 options.format = GzipOutputStream::ZLIB; in TEST_F()
511 options.format = GzipOutputStream::ZLIB; in TEST_F()
525 options.format = GzipOutputStream::GZIP; in TEST_F()
580 options.format = GzipOutputStream::ZLIB; in TEST_F()
590 // ZLIB format shoul in TEST_F()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_silenceremove.c426 s->window->ch_layout.nb_channels, s->window->format); in clear_window()
489 switch (inlink->format) { in config_input()
546 s->fifo = av_audio_fifo_alloc(inlink->format, inlink->ch_layout.nb_channels, 1024); in config_input()
579 outlink->ch_layout.nb_channels, outlink->format); in flush()
586 outlink->ch_layout.nb_channels, outlink->format); in flush()
697 outlink->ch_layout.nb_channels, outlink->format); in filter_frame()
704 outlink->ch_layout.nb_channels, outlink->format); in filter_frame()
711 outlink->ch_layout.nb_channels, outlink->format); in filter_frame()
830 outlink->ch_layout.nb_channels, outlink->format); in filter_frame()
851 outlink->ch_layout.nb_channels, outlink->format); in filter_frame()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java55 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
113 * supported. And the interval format will be fall back to fall-back
174 * formatting: time zone, calendar type, pattern, date format symbols,
183 * the format style.
190 * Locale provides the timezone, calendar, and format symbols information.
199 * DateTime format.
213 * dtIntervalFmt.format(dtInterval, result, pos);
247 * // Prepare to format
251 * // The 2 calendars should be equivalent, otherwise, IllegalArgumentException will be thrown by format()
258 * dtitvfmt.format(fromCalenda
758 format(Object obj, StringBuffer appendTo, FieldPosition fieldPosition) format() method in DateIntervalFormat
782 public final StringBuffer format(DateInterval dtInterval, format() method in DateIntervalFormat
885 public final StringBuffer format(Calendar fromCalendar, format() method in DateIntervalFormat
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java10 package com.ibm.icu.dev.test.format;
163 String tzstr = sdf.format(DATES[datidx]); in TestTimeZoneRoundTrip()
247 // Check if localized GMT format is used as a fallback of name styles in TestTimeZoneRoundTrip()
470 String text = sdf.format(new Date(testTimes[testidx])); in TestTimeRoundTrip()
484 .append(", gmt=").append(sdfGMT.format(new Date(testTimes[testidx]))) in TestTimeRoundTrip()
835 String result = sdf.format(d); in TestISOFormat()
957 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); in TestFormat()
968 out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); in TestFormat()
1050 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); in TestFormatTZDBNames()
1060 // Tests format(Objec
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalFormat.java56 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
114 * supported. And the interval format will be fall back to fall-back
175 * formatting: time zone, calendar type, pattern, date format symbols,
184 * the format style.
191 * Locale provides the timezone, calendar, and format symbols information.
200 * DateTime format.
214 * dtIntervalFmt.format(dtInterval, dateIntervalString, pos);
247 * // Prepare to format
251 * // The 2 calendars should be equivalent, otherwise, IllegalArgumentException will be thrown by format()
258 * dtitvfmt.format(fromCalenda
731 format(Object obj, StringBuffer appendTo, FieldPosition fieldPosition) format() method in DateIntervalFormat
754 public final StringBuffer format(DateInterval dtInterval, format() method in DateIntervalFormat
856 public final StringBuffer format(Calendar fromCalendar, format() method in DateIntervalFormat
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java11 package ohos.global.icu.dev.test.format;
166 String tzstr = sdf.format(DATES[datidx]); in TestTimeZoneRoundTrip()
250 // Check if localized GMT format is used as a fallback of name styles in TestTimeZoneRoundTrip()
473 String text = sdf.format(new Date(testTimes[testidx])); in TestTimeRoundTrip()
487 .append(", gmt=").append(sdfGMT.format(new Date(testTimes[testidx]))) in TestTimeRoundTrip()
838 String result = sdf.format(d); in TestISOFormat()
960 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); in TestFormat()
971 out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); in TestFormat()
1053 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); in TestFormatTZDBNames()
1063 // Tests format(Objec
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_resolve_fs.c116 create_resolve_pipeline(struct radv_device *device, int samples_log2, VkFormat format) in create_resolve_pipeline() argument
120 unsigned fs_key = radv_format_meta_fs_key(device, format); in create_resolve_pipeline()
132 if (vk_format_is_int(format)) in create_resolve_pipeline()
154 .pColorAttachmentFormats = &format, in create_resolve_pipeline()
617 unsigned fs_key = radv_format_meta_fs_key(cmd_buffer->device, dst_iview->vk.format); in radv_get_resolve_pipeline()
825 .format = src_image->vk.format, in radv_meta_resolve_fragment_image()
843 .format = dest_image->vk.format, in radv_meta_resolve_fragment_image()
993 .format in radv_depth_stencil_resolve_subpass_fs()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c150 point_conversion_form_t format = EC_KEY_get_conv_form(eckey); in key_to_params() local
153 format, in key_to_params()
244 point_conversion_form_t format; in otherparams_to_params() local
249 format = EC_KEY_get_conv_form(ec); in otherparams_to_params()
250 name = ossl_ec_pt_format_id2name((int)format); in otherparams_to_params()
1265 int format = ossl_ec_pt_format_name2id(gctx->pt_format); in ec_gen() local
1267 if (format < 0) in ec_gen()
1269 EC_GROUP_set_point_conversion_form(gctx->gen_group, format); in ec_gen()
1320 int format = ossl_ec_pt_format_name2id(gctx->pt_format); in sm2_gen() local
1322 if (format < in sm2_gen()
[all...]
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py190 path_tmp = '{}.{}'.format(path, id(path))
346 # Python 3.10a1 3431 (New line number table format -- PEP 626)
477 raise ValueError('{!r} is not alphanumeric'.format(optimization))
478 almost_filename = '{}.{}{}'.format(almost_filename, _OPT, optimization)
513 not conform to PEP 3147/488 format, ValueError will be raised. If
638 _warnings.warn(msg.format(portions[0]), ImportWarning)
736 raise ImportError('Non-code object in {!r}'.format(bytecode_path),
876 key = registry_key.format(fullname=fullname,
939 'returns None'.format(module.__name__))
1324 return '_NamespacePath({!r})'.format(sel
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp55 vk::VkFormat format; member
350 m_params.format, in render()
365 m_params.format, in render()
382 m_params.format); in render()
390 m_params.format); in render()
414 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
433 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
556 std::vector<vk::VkFormat> colorAttachmentFormats(m_colorTargetViews.size(), m_params.format); in render()
712 std::vector<vk::VkFormat> colorAttachmentFormats(m_colorTargetViews.size(), m_params.format); in beginSecondaryCmdBuffer()
898 const vk::VkFormat format in createTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp55 vk::VkFormat format; member
352 m_params.format, in render()
367 m_params.format, in render()
384 m_params.format); in render()
392 m_params.format); in render()
416 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
435 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
558 std::vector<vk::VkFormat> colorAttachmentFormats(m_colorTargetViews.size(), m_params.format); in render()
714 std::vector<vk::VkFormat> colorAttachmentFormats(m_colorTargetViews.size(), m_params.format); in beginSecondaryCmdBuffer()
900 const vk::VkFormat format in createTests() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_ext_autogen.h330 void getTexImage(TextureTarget targetPacked, GLint level, GLenum format, GLenum type, \
333 void getRenderbufferImage(GLenum target, GLenum format, GLenum type, void *pixels); \
411 void readPixelsRobust(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, \
415 GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, \
422 GLint yoffset, GLsizei width, GLsizei height, GLenum format, \
426 GLenum format, GLenum type, GLsizei bufSize, const void *pixels); \
429 GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, \
436 GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data); \
443 GLsizei height, GLsizei depth, GLenum format, \
492 void readnPixelsRobust(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, \
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.h49 GLenum format, GLsizei imageSize, const GLvoid* data);
140 GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);
141 void GL_APIENTRY ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
159 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
165 GLenum format, GLenum type, const GLvoid* pixels);
201 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
202 void GL_APIENTRY TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
205 void GL_APIENTRY CompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
227 void GL_APIENTRY TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data);
228 void GL_APIENTRY TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]

Completed in 40 milliseconds

1...<<121122123124125126127128129130>>...322