Home
last modified time | relevance | path

Searched refs:format (Results 8476 - 8500 of 9398) sorted by relevance

1...<<331332333334335336337338339340>>...376

/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c81 "format=<sample format> "
134 "format",
280 switch (ss->format) { in auto_format()
298 pa_log("AUDIO_SETINFO: Unsupported sample format."); in auto_format()
306 switch (ss->format) { in auto_format()
324 pa_log("AUDIO_SETINFO: Unsupported sample format."); in auto_format()
331 pa_log("AUDIO_SETINFO: Failed to set sample format."); in auto_format()
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/python/Lib/asyncio/
H A Dunix_events.py519 return '<{}>'.format(' '.join(info))
664 return '<{}>'.format(' '.join(info))
/third_party/python/Lib/
H A Dipaddress.py449 ip_int: An integer, the netmask in expanded bitwise format
636 return format(str(self), fmt)
668 return format(int(self), f'{alternate}0{padlen}{grouping}{fmt_base}')
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp77 // Get lowercase version of the format name with no VK_FORMAT_ prefix.
78 std::string getFormatSimpleName (vk::VkFormat format);
83 // Checks the given vertex buffer format is valid for acceleration structures.
85 void checkAccelerationStructureVertexBufferFormat (const vk::InstanceInterface &vki, vk::VkPhysicalDevice physicalDevice, vk::VkFormat format);
248 void addNativeVertex (const V& vertex); // Adds new vertex in native format.
H A DvkWsiUtil.cpp887 const VkFormat format) in createAttachmentView()
896 format, in createAttachmentView()
884 createAttachmentView(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const VkFormat format) createAttachmentView() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp211 vk::VkFormat format, in StorageBufferTestCase()
219 , m_validator (validationData, format) in StorageBufferTestCase()
205 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/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp221 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
229 format, // VkFormat format; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp493 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage)
501 format, // VkFormat format;
546 colorFormat, // VkFormat format;
562 colorFormat, // VkFormat format
/third_party/vk-gl-cts/external/vulkancts/modules/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/vulkan/
H A DvktTestPackage.cpp208 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
284 // Expected file format: in TestCaseExecutor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp367 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator())
378 << format("%.2f%%",
H A DMachineOperand.cpp670 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI()
671 OS << format("0x%02x", uint8_t(CFI.getValues()[e])) << ", "; in printCFI()
1139 // FIXME: This is not necessarily the correct MIR serialization format for in print()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp135 void get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data);
137 void update(glw::GLuint width, glw::GLuint height, glw::GLenum format, glw::GLenum type, glw::GLvoid* data);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h211 VkImageAspectFlags GetDepthStencilAspectFlags(const angle::Format &format);
212 VkImageAspectFlags GetFormatAspectFlags(const angle::Format &format);
217 // clang-format off
224 // clang-format on
/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))

Completed in 49 milliseconds

1...<<331332333334335336337338339340>>...376