/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_constants.c | 26 #include "util/format/u_format.h" 56 unsigned bytes_per_element = util_format_get_blocksize(images[shader][i].desc.format); in svga_get_image_size_constant() 134 unsigned bytes_per_element = util_format_get_blocksize(sv->format); in svga_get_extra_constants_common()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 661 // Use this annotation before a function that takes a printf format string. 664 // MinGW has two different printf implementations. Ensure the format macro 2082 # define GTEST_SNPRINTF_(buffer, size, format, ...) \ 2083 _snprintf_s(buffer, size, size, format, __VA_ARGS__)
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 694 WebCryptoKeyFormat format, in DoExport() 699 switch (format) { in DoExport() 714 // Ensure exported key is in uncompressed point format. in DoExport() 1004 // WebCrypto requires a different format for ECDSA signatures than 692 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const ECKeyExportConfig& params, ByteSource* out) DoExport() argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 236 "{} not supported (target {}).".format( 846 </trustInfo>""".format(
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_cmd_buffer.c | 905 enum isl_format format = in anv_cmd_buffer_push_descriptor_set() local 915 format, ISL_SWIZZLE_IDENTITY, in anv_cmd_buffer_push_descriptor_set()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 236 "{} not supported (target {}).".format( 840 </trustInfo>""".format(
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrule.cpp | 500 // 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/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 1024 TexInstruction::translateImgFormat(enum pipe_format format) in translateImgFormat() argument 1030 switch (format) { in translateImgFormat() 1080 assert(!"Unexpected format"); in translateImgFormat()
|
H A D | nv50_ir.h | 1074 enum pipe_format format); 1116 const struct ImgFormatDesc *format;
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 83 const char* format = in MaybeTraceInterpreter() local 87 PrintF(format, pc - code_base, stack_depth, current_position, current_char, in MaybeTraceInterpreter()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 22 - handle audio device stream format changes (will require changes to the core) 170 /* REVISIT: PA can't currently handle external format change requests. in ca_stream_format_changed() 171 * Hence, we set the original format back in this callback to avoid horrible audio artefacts. in ca_stream_format_changed() 471 ca_sink->ss.format = PA_SAMPLE_FLOAT32LE; in ca_device_create_sink() 605 ca_source->ss.format = PA_SAMPLE_FLOAT32LE; in ca_device_create_source() 659 /* get current stream format */ in ca_device_create_streams() 669 pa_log("Unsupported audio format '%c%c%c%c'", in ca_device_create_streams() 872 /* register notification callback for stream format changes */ in pa__init()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-solaris.c | 81 "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()
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 519 return '<{}>'.format(' '.join(info)) 664 return '<{}>'.format(' '.join(info))
|
/third_party/python/Lib/ |
H A D | ipaddress.py | 449 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 D | vkRayTracingUtil.hpp | 77 // 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 D | vkWsiUtil.cpp | 887 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 D | vktProtectedMemStorageBufferTests.cpp | 211 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 D | vktRayTracingPipelineLibraryTests.cpp | 221 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 D | vktRobustness1VertexAccessTests.cpp | 493 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 D | vktSynchronizationUtil.cpp | 95 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 D | vktTestPackage.cpp | 208 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 D | MachineBasicBlock.cpp | 367 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) 378 << format("%.2f%%",
|
H A D | MachineOperand.cpp | 670 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 D | gl4cShaderSubroutineTests.hpp | 135 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 D | vk_utils.h | 211 VkImageAspectFlags GetDepthStencilAspectFlags(const angle::Format &format); 212 VkImageAspectFlags GetFormatAspectFlags(const angle::Format &format); 217 // clang-format off 224 // clang-format on
|