Home
last modified time | relevance | path

Searched refs:format (Results 8351 - 8375 of 9189) sorted by relevance

1...<<331332333334335336337338339340>>...368

/third_party/skia/src/core/
H A DSkScalerContext.cpp184 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format) { in internalMakeGlyph() argument
186 glyph.fMaskFormat = format; in internalMakeGlyph()
552 // in case we need to call generateImage on a mask-format that is different in getImage()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp1233 if(!nativeBuffer || GLPixelFormatFromAndroid(nativeBuffer->format) == GL_NONE) in CreateImage()
1235 ERR("%s badness unsupported HAL format=%x", __FUNCTION__, nativeBuffer ? nativeBuffer->format : 0); in CreateImage()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp58 PlsFormat format; member
745 const char *format_to_glsl(spv::ImageFormat format);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.cpp297 {static_cast<uint32_t>(image->format())}}, in GetTypeInstruction()
554 image_ty->format(), image_ty->access_qualifier()); in RebuildType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp297 {static_cast<uint32_t>(image->format())}}, in GetTypeInstruction()
554 image_ty->format(), image_ty->access_qualifier()); in RebuildType()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp500 // rules like "<<%" to format, say, percents...
759 rulePatternFormat->format((int32_t)(number/util64_pow(radix, exponent)), status));
813 toInsertInto.insert(pos, rulePatternFormat->format((int32_t)(pluralVal), status));
831 * it in the rule set's list should be used to format the number)
853 // of 100, and the value we're trying to format _is_ an even
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py48 "{0} is not a subclass of {1}".format(subclass, self.__test))
54 "{0} is not a superclass of {1}".format(superclass, self.__test))
/third_party/python/Lib/test/
H A Dtest_pprint.py1228 def format(self, object, context, maxlevels, level): member in DottedPrettyPrinter
1235 return pprint.PrettyPrinter.format(
H A Dtest_imaplib.py354 'unrecognized authentication type {}'.format(args[0]))
814 'type {}'.format(args[0]))
H A Dtest_hashlib.py86 url = URL.format(hash_name)
90 raise unittest.SkipTest("Could not retrieve {}".format(url))
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c58 "format=<sample format> "
101 "format",
794 pa_log("Both hrir_left and hrir_right must have the same sample format"); in pa__init()
803 ss_input.format = PA_SAMPLE_FLOAT32NE; in pa__init()
810 pa_log("Invalid sample format specification or channel map"); in pa__init()
814 ss.format = PA_SAMPLE_FLOAT32NE; in pa__init()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc1 // Protocol Buffers - Google's data interchange format
88 // Utility function to format nanos.
1144 const char* format = in FormatNanos() local
1147 StringPrintf(format, static_cast<double>(nanos) / kNanosPerSecond); in FormatNanos()
/third_party/python/Lib/test/test_email/
H A Dtest_headerregistry.py1265 source = 'foo: {};'.format(source)
1266 gdecoded = 'foo: {};'.format(decoded) if decoded else 'foo:;'
/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py1069 '^{}$'.format(
1078 '^{}$'.format(
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_file_loader.py133 "{0}".format(list(module.__dict__.keys())))
210 self.skipTest("cannot set modification time to large integer ({})".format(e))
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs905 arg: format!("-{}", rest.to_str_lossy()), in parse_short_arg()
984 arg: format!("-{c}"), in parse_short_arg()
1572 format!("--{arg}"), in did_you_mean_error()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs934 format!(r"\u{{{:04x}}}", c as u32) in escape_unicode()
936 format!(r"\U{{{:08x}}}", c as u32) in escape_unicode()
/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp298 {static_cast<uint32_t>(image->format())}}, in GetTypeInstruction()
571 image_ty->format(), image_ty->access_qualifier()); in RebuildType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp222 vk::VkFormat format, in StorageBufferTestCase()
230 , m_validator (validationData, format) in StorageBufferTestCase()
216 StorageBufferTestCase(tcu::TestContext& testctx, const SSBOTestType testType, const glu::ShaderType shaderType, const char* name, const tcu::UVec4 testInput, ValidationDataStorage<T> validationData, vk::VkFormat format, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags, const std::string& extraShader = �) StorageBufferTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp136 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
144 format, // VkFormat format; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp95 const VkFormat format, in makeImageCreateInfo()
106 format, // VkFormat format; in makeImageCreateInfo()
203 vertexFormat, // VkFormat format; in setVertexInputSingleAttribute()
1050 throw tcu::NotSupportedError("Storage image format not supported"); in requireStorageImageSupport()
93 makeImageCreateInfo(const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples, const VkImageTiling tiling) makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp200 static deBool openWriteFtm (int type, const char* format, va_list args) { DE_UNREF(type); DE_UNREF(format); DE_UNREF(args); return true; } in openWriteFtm() argument
276 // Expected file format: in TestCaseExecutor()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcapture_v30.c328 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
332 *format = MI_CTRL_SP_INPUT_YUV422; in mbus_code_sp_in_fmt()
339 * Only SP can support output format of YCbCr4:0:0, in mbus_code_sp_in_fmt()
340 * and the input format of SP must be YCbCr4:0:0 in mbus_code_sp_in_fmt()
342 * The output format of isp is YCbCr4:2:2, in mbus_code_sp_in_fmt()
346 *format = MI_CTRL_SP_INPUT_YUV400; in mbus_code_sp_in_fmt()
365 v4l2_err(&dev->v4l2_dev, "Can't find the input format\n"); in sp_config_mi()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c723 item->format = HID_ITEM_FORMAT_LONG; in fetch_item()
736 item->format = HID_ITEM_FORMAT_SHORT; in fetch_item()
1236 if (item.format != HID_ITEM_FORMAT_SHORT) { in hid_open_report()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v30.c347 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
351 *format = MI_CTRL_SP_INPUT_YUV422; in mbus_code_sp_in_fmt()
358 * Only SP can support output format of YCbCr4:0:0, in mbus_code_sp_in_fmt()
359 * and the input format of SP must be YCbCr4:0:0 in mbus_code_sp_in_fmt()
361 * The output format of isp is YCbCr4:2:2, in mbus_code_sp_in_fmt()
365 *format = MI_CTRL_SP_INPUT_YUV400; in mbus_code_sp_in_fmt()
385 v4l2_err(&dev->v4l2_dev, "Can't find the input format\n"); in sp_config_mi()

Completed in 47 milliseconds

1...<<331332333334335336337338339340>>...368