/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 783 buffer->base.format = PIPE_FORMAT_R8_UNORM; in nouveau_user_buffer_create()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 103 # format with 3 digits of precision 119 # format with 3 digits of precision 605 # guess the output format 1009 plt.savefig(output, format='png' if png else 'svg')
|
H A D | tracebd.py | 197 b = '{:0{}b}'.format(i, 2*m.ceil(m.log2(i+1)/2))
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 519 void Format(Instruction* instr, const char* format);
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 216 void Format(Instruction* instr, const char* format);
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_descriptor_set.c | 522 set->img_fmts[img_idx] = pdev->formats[view->pview.format].hw; in panvk_write_img_desc()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 730 u_sampler_view_default_template(&sv_templ, src_res, src_res->format); in vl_compositor_convert_rgb_to_yuv()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute.c | 139 rat_templ.format = PIPE_FORMAT_R32_UINT; in evergreen_set_rat()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol()); 349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol()); 399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol()); 958 Some(receiver) => format!( 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol()); 349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol()); 399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol()); 958 Some(receiver) => format!( 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol()); 349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol()); 399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol()); 958 Some(receiver) => format!( 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename()
|
/third_party/python/Lib/ |
H A D | pickletools.py | 857 The format is unique to Python, and shared with the struct 858 module (format string '>d') "in theory" (the struct and pickle 860 strongly related to the IEEE-754 double format, and, in normal 861 cases, is in fact identical to the big-endian 754 double format. 1106 # the bytestream s, and arg.doc documents the format of the raw 2888 preamble = args.preamble.format(name=f.name)
|
/third_party/pulseaudio/src/modules/ |
H A D | module-device-restore.c | 37 #include <pulse/format.h> 265 pa_log_debug("Success. Saving new format for key: %s", name); in entry_read() 859 pa_log_debug("Could not set format on sink %s", sink->name); in sink_put_hook_callback() 1095 pa_log("Device format reading is only supported on sinks"); in extension_cb() 1129 pa_log("Device format saving is only supported on sinks"); in extension_cb() 1170 pa_log_warn("Could not save format info for sink %s", sink->name); in extension_cb()
|
/third_party/python/Lib/asyncio/ |
H A D | selector_events.py | 818 return '<{}>'.format(' '.join(info))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 284 formats[0].format, in getBasicSwapchainParameters()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.h | 765 GLenum format);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 1 //===- MIRPrinter.cpp - MIR serialization format printer ------------------===// 10 // functions using the MIR serialization format. 109 /// format. 141 /// format. 659 << format("0x%08" PRIx32, MBB.getSuccProbability(I).getNumerator()) in print()
|
H A D | ScheduleDAGInstrs.cpp | 1508 OS << format("%g", ((double)InstrCount / Length)); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 429 WithColor::warning() << format("DWARF compile unit extends beyond its " in extractDIEsToVector() 475 // In both cases we need to determine the format of the contribution, in tryExtractDIEsIfNeeded() 476 // which may differ from the unit's format. in tryExtractDIEsIfNeeded()
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_mustpass.py | 53 buildPath = DEFAULT_BUILD_DIR.format(targetName = DEFAULT_TARGET, buildType = "Release") 166 # Pixel format 223 # Pixel format 319 # Pixel format 387 # Pixel format 524 # Pixel format 586 # Pixel format
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline_test.cc | 269 EXPECT_EQ("buffer (0:0) requires a format", r.Error()); in TEST_F() 393 EXPECT_EQ(FormatType::kR32_SINT, vtex_buffers[0].format->GetFormatType()); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 585 spv::ImageFormat format; member
|
H A D | spirv_msl.hpp | 37 // Indicates the format of a shader input. Currently limited to specifying 39 // some other format. 63 MSLShaderInputFormat format = MSL_SHADER_INPUT_FORMAT_OTHER; member
|
H A D | spirv_parser.cpp | 93 SPIRV_CROSS_THROW("Invalid SPIRV format."); in parse() 607 type.image.format = static_cast<ImageFormat>(ops[7]); in parse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | translit.cpp | 816 msg.format(args, nargs, result, pos, status); in getDisplayName() 1149 // the correct format. That is: foo => ::foo in toRules() 1478 * that follows this format: in initializeRegistry()
|