Home
last modified time | relevance | path

Searched refs:format (Results 5926 - 5950 of 10554) sorted by relevance

1...<<231232233234235236237238239240>>...423

/third_party/icu/icu4c/source/i18n/unicode/
H A Dunum.h48 * UNumberFormat helps you to format and parse numbers for any locale.
51 * decimal digits used, or whether the number format is even decimal.
52 * There are different number format styles like decimal, currency,
55 * To format a number for the current Locale, use one of the static
68 * the format and use it multiple times so that the system doesn't
97 * To format a number for a different Locale, specify it in the
113 * Use UNUM_DECIMAL to get the normal number format for that country.
115 * to get the currency number format for that country. Use UNUM_PERCENT
116 * to get a format for displaying percentages. With this format,
[all...]
/third_party/libinput/src/
H A Dutil-strings.h110 * @param fmt the format string to use for printing.
115 __attribute__ ((format (printf, 2, 3)))
131 __attribute__ ((format (printf, 2, 0)))
459 * acceptable as printf format.
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_extensions.py289 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
307 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost.h293 unsigned format; /* format number */ member
552 /* Register format for the result */
553 enum bifrost_texture_format_full format : 4; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_pass.c74 att->format = vk_format_to_pipe_format(pCreateInfo->pAttachments[i].format); in panvk_CreateRenderPass2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_buffer_view.h30 size += vn_sizeof_VkFormat(&val->format); in vn_sizeof_VkBufferViewCreateInfo_self()
61 vn_encode_VkFormat(enc, &val->format); in vn_encode_VkBufferViewCreateInfo_self()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h218 enum pipe_format format; member
226 unsigned format; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c94 fse->key.nr_elements = MAX2(fse->key.nr_outputs, /* outputs - translate to hw format */ in fse_prepare()
95 fse->key.nr_inputs); /* inputs - fetch from api format */ in fse_prepare()
106 fse->key.element[i].in.format = src->src_format; in fse_prepare()
137 fse->key.element[i].out.format = vinfo->attrib[i].emit; in fse_prepare()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c48 #include "util/format/u_format.h"
111 templat.format = PIPE_FORMAT_A8_UNORM; in util_pstipple_create_stipple_texture()
137 u_sampler_view_default_template(&templat, tex, tex->format); in util_pstipple_create_sampler_view()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dhelpers.rs68 let name = format!("\u{1}{}", name); in link_name()
305 ctx.rust_ident(format!("arg{}", unnamed_arguments)); in arguments_from_signature()
/third_party/qrcodegen/rust-no-heap/examples/
H A Dqrcodegen-demo.rs236 result += &format!( in to_svg_string()
246 result += &format!("M{},{}h1v1h-1z", x + border, y + border); in to_svg_string()
/third_party/qrcodegen/java/
H A DQrCodeGeneratorDemo.java185 * @param lightColor the color to use for light modules, in 0xRRGGBB format
186 * @param darkColor the color to use for dark modules, in 0xRRGGBB format
221 * @param lightColor the color to use for light modules, in any format supported by CSS, not {@code null}
222 * @param darkColor the color to use for dark modules, in any format supported by CSS, not {@code null}
237 .append(String.format("<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 %1$d %1$d\" stroke=\"none\">\n", in toSvgString()
246 sb.append(String.format("M%d,%dh1v1h-1z", x + brd, y + brd)); in toSvgString()
/third_party/rust/crates/clap/src/
H A Dderive.rs388 .ok_or_else(|| format!("invalid variant: {input}")) in from_str()
470 err.format(&mut cmd) in format_error()
/third_party/python/Lib/distutils/
H A Dcmd.py367 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
369 return archive_util.make_archive(base_name, format, root_dir, base_dir,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp51 format = format_; in AttachmentDescription1()
75 format = format_; in AttachmentDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp176 const VkFormat format = getRenderTargetFormat(instanceDriver, physicalDevice); in createPipelineCacheTest() local
181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImageFunctionHLSL.cpp209 TLayoutImageInternalFormat format) const in getDataType()
211 switch (format) in getDataType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.cpp249 if (formatID != attrib.format->id || static_cast<GLuint>(stride) != attribStride) in matchesAttribute()
262 formatID = attrib.format->id; in set()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.cpp69 DXGI_FORMAT format, in createSwapChain()
111 swapChainDesc.Format = format; in createSwapChain()
67 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSubtargetInfo.cpp112 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key, in Help()
119 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.hpp155 const VkFormat format,
162 const VkFormat format,
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp263 Image (void) : Item(TYPE_IMAGE), width(0), height(0), format(FORMAT_LAST), compression(COMPRESSION_LAST) {} in Image()
270 Format format; member in xe::ri::Image
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp323 int format, in wglUseFontOutlinesA()
336 int format, in wglUseFontOutlinesW()
317 wglUseFontOutlinesA(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesA() argument
330 wglUseFontOutlinesW(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesW() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.hpp81 const Format &getFormat() const { return format; } in getFormat()
147 Format format; member in vk::Image
H A DVkPromotedExtensions.cpp144 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2KHR() argument
146 vkGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()

Completed in 22 milliseconds

1...<<231232233234235236237238239240>>...423