Home
last modified time | relevance | path

Searched refs:format (Results 4651 - 4675 of 7726) sorted by relevance

1...<<181182183184185186187188189190>>...310

/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResourceHeapTests.cpp59 descriptor.format = wgpu::TextureFormat::BC1RGBAUnorm; in TEST_P()
/third_party/python/PC/
H A Dvalidate_ucrtbase.py81 print('{} is version {}.{}.{}.{}'.format(name.value, *ver))
/third_party/rust/crates/clap/examples/
H A Dtyped-derive.rs57 .ok_or_else(|| format!("invalid KEY=value: no `=` found in `{s}`"))?; in parse_key_val()
93 _ => Err(format!("Unknown log level: {s}")), in from_str()
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D04_04_custom.rs69 format!("{major}.{minor}.{patch}") in main()
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs110 assert_eq!(format!("{:?}", AnyValue::new(5)), "AnyValue { inner: i32 }"); in from()
/third_party/rust/crates/cxx/syntax/
H A Dqualified.rs45 let msg = format!( in parse_unquoted()
/third_party/rust/crates/io-lifetimes/
H A Dbuild.rs36 can_compile(&format!( in has_feature()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Draw_logging.h32 // This is similar to LOG(severity) << format..., but
37 // * it uses an explicit printf-format and arguments list
106 // Logs format... at "severity" level, reporting it
110 const char* format, ...) ABSL_PRINTF_ATTRIBUTE(4, 5);
/third_party/skia/include/gpu/dawn/
H A DGrDawnTypes.h70 desc.format = texInfo.fFormat; in GrDawnRenderTargetInfo()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_android.h65 VkFormat format; member
/third_party/rust/crates/regex/scripts/
H A Dregex-match-tests.py83 print(tpl.format(date=str(datetime.datetime.now())))
/third_party/skia/bin/
H A Dfetch-gn29 url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}-{}/+/git_revision:{}'.format(
/third_party/selinux/libsepol/cil/include/cil/
H A Dcil.h77 __attribute__ ((format(printf, 2, 3)))
/third_party/rust/crates/quote/src/
H A Dformat.rs7 /// Syntax is copied from the [`format!`] macro, supporting both positional and
11 /// of format types to traits is:
25 /// Unlike `format!`, this macro uses the [`IdentFragment`] formatting trait by
133 &$crate::__private::format!($($fmt)*),
/third_party/spirv-tools/utils/
H A Dgenerate_registry_tables.py62 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-large-constant-arrays.py89 .format(TYPE=elements[0].typeString(), LENGTH=len(elements)))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.hpp53 vk::VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const vk::VkFormat format, const vk::VkImageUsageFlags usage);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py47 buildPath = buildPathPtrn.format(
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_none.c238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_screen.h66 VkFormat format; member
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_aosp.sh89 gn desc ${GN_OUTPUT_DIRECTORY} --format=json "*" > ${GN_OUTPUT_DIRECTORY}/desc.$abi.json
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_load_texture_border_functions_table.py8 # not renderer specific. The mappings are done from the GL internal format, to the ANGLE format ID.
40 // - the GL internal format (supplied to glTex*Image*D)
54 // Use LoadToNative for any format that doesn't reorder channels.
142 output = template.format(
/vendor/ohemu/qemu_xtensa_mini_system_demo/
H A Dqemu_run.sh112 -drive file=$image_file,if=mtd,format=raw
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c65 #include "util/format/u_format.h"
129 * Checks if a format description is an arithmetic format
131 * A format which has irregular channel sizes such as R3_G3_B2 or R5_G6_B5.
148 * Checks if this format requires special handling due to required expansion
155 if (format_desc->format == PIPE_FORMAT_R11G11B10_FLOAT || in format_expands_to_float_soa()
164 * Retrieves the type representing the memory layout for a format
466 /* Convert depth-stencil format to a single component one, returning
469 select_zs_component_format(enum pipe_format format, in select_zs_component_format() argument
472 const struct util_format_description* desc = util_format_description(format); in select_zs_component_format()
1888 have_smallfloat_format(struct lp_type dst_type, enum pipe_format format) have_smallfloat_format() argument
4364 const enum pipe_format format = lp->framebuffer.cbufs[i]->format; make_variant_key() local
[all...]

Completed in 12 milliseconds

1...<<181182183184185186187188189190>>...310