/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12ResourceHeapTests.cpp | 59 descriptor.format = wgpu::TextureFormat::BC1RGBAUnorm; in TEST_P()
|
/third_party/python/PC/ |
H A D | validate_ucrtbase.py | 81 print('{} is version {}.{}.{}.{}'.format(name.value, *ver))
|
/third_party/rust/crates/clap/examples/ |
H A D | typed-derive.rs | 57 .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 D | 04_04_custom.rs | 69 format!("{major}.{minor}.{patch}") in main()
|
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | any_value.rs | 110 assert_eq!(format!("{:?}", AnyValue::new(5)), "AnyValue { inner: i32 }"); in from()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | qualified.rs | 45 let msg = format!( in parse_unquoted()
|
/third_party/rust/crates/io-lifetimes/ |
H A D | build.rs | 36 can_compile(&format!( in has_feature()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | raw_logging.h | 32 // 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 D | GrDawnTypes.h | 70 desc.format = texInfo.fFormat; in GrDawnRenderTargetInfo()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_android.h | 65 VkFormat format; member
|
/third_party/rust/crates/regex/scripts/ |
H A D | regex-match-tests.py | 83 print(tpl.format(date=str(datetime.datetime.now())))
|
/third_party/skia/bin/ |
H A D | fetch-gn | 29 url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}-{}/+/git_revision:{}'.format(
|
/third_party/selinux/libsepol/cil/include/cil/ |
H A D | cil.h | 77 __attribute__ ((format(printf, 2, 3)))
|
/third_party/rust/crates/quote/src/ |
H A D | format.rs | 7 /// 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 D | generate_registry_tables.py | 62 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-large-constant-arrays.py | 89 .format(TYPE=elements[0].typeString(), LENGTH=len(elements)))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantUtil.hpp | 53 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 D | os_none.c | 238 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 D | amber_verify.py | 47 buildPath = buildPathPtrn.format(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_screen.h | 66 VkFormat format; member
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | roll_aosp.sh | 89 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 D | gen_load_texture_border_functions_table.py | 8 # 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 D | qemu_run.sh | 112 -drive file=$image_file,if=mtd,format=raw
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 65 #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...] |