/third_party/backends/backend/ |
H A D | plustek_pp.c | 1764 s->params.format = SANE_FRAME_RGB; in sane_get_parameters() 1767 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
|
H A D | mustek_pp.c | 1655 hndl->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 1663 hndl->params.format = SANE_FRAME_RGB; in sane_get_parameters()
|
H A D | qcam.c | 1864 s->params.format = SANE_FRAME_RGB; in sane_get_parameters() 1867 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 806 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDMABUFMODIFIERSEXTPROC) (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_modifiers); 809 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDmaBufModifiersEXT (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_modifiers);
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_color_quantize.cpp | 1915 int format, 1935 switch (format)
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 805 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDMABUFMODIFIERSEXTPROC) (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_modifiers); 808 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDmaBufModifiersEXT (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_modifiers);
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 235 unsigned shift = agx_format_shift(attrib.format); in agx_emit_load_attr() 261 agx_device_load_to(b, vec, base, offset, attrib.format, in agx_emit_load_attr()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 205 if (dst_img.format() != src_img.format()) in validate_copy()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 1185 enum pipe_format format, in tegra_generate_mipmap() 1194 return context->gpu->generate_mipmap(context->gpu, resource->gpu, format, in tegra_generate_mipmap() 1183 tegra_generate_mipmap(struct pipe_context *pcontext, struct pipe_resource *presource, enum pipe_format format, unsigned int base_level, unsigned int last_level, unsigned int first_layer, unsigned int last_layer) tegra_generate_mipmap() argument
|
/third_party/node/src/ |
H A D | node_snapshotable.cc | 148 void Debug(const char* format, Args&&... args) const { in Debug() argument 150 DebugCategory::MKSNAPSHOT, format, std::forward<Args>(args)...); in Debug()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 1148 "{} {} must be followed by a dictionary, not {}".format( 1157 "{} {} has {} unexpected trailing items".format(
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 127 * strftime() on Windows uses format codes different from those 131 static int win32_strftime(char *buffer, int size, const char *format, in win32_strftime() argument 136 if (!strcmp(format, "%F %R")) in win32_strftime()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 1138 "{} {} must be followed by a dictionary, not {}".format( 1147 "{} {} has {} unexpected trailing items".format(
|
/third_party/libinput/test/ |
H A D | test-device.c | 1448 const char *format, in debug_log_handler() 1457 n = xvasprintf(&message, format, args); in debug_log_handler() 1446 debug_log_handler(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) debug_log_handler() argument
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 67 __attribute__ ((format (printf, 2, 3))); 70 __attribute__ ((format (printf, 1, 2)));
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_ciph.c | 1696 static const char *format = "%-30s %-7s Kx=%-8s Au=%-5s Enc=%-22s Mac=%-4s\n"; in SSL_CIPHER_description() local 1895 BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, enc, mac); in SSL_CIPHER_description()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1345 format: *const ::c_char, in strftime() 1348 pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; in strptime()
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 1460 def format(self, /, *args, **kwds): member in UserString 1461 return self.data.format(*args, **kwds)
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 59 "format=<sample format> " 114 "format", 1037 ss.format = PA_SAMPLE_FLOAT32; in pa__init() 1040 pa_log("Invalid sample format specification or channel map"); in pa__init() 1044 if (ss.format != PA_SAMPLE_FLOAT32) { in pa__init() 1045 pa_log("LADSPA accepts float format only"); in pa__init()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_ssl.py | 1457 self.fail('Unexpected ResourceWarning: {}'.format(cm.warning)) 1621 return '<{} {!r}>'.format(type(self).__name__, self.__sock)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 64 // Output images will use this format. 70 // Threshold that's reasonable for the previous format. 965 const auto format = getOutputFormat(); 966 const auto tcuFormat = mapVkFormat(format); 1044 imageFormat, // VkFormat format;
|
H A D | vktMeshShaderSmokeTestsEXT.cpp | 537 colorBufferFormat, // VkFormat format; in iterate() 831 colorBufferFormat, // VkFormat format; in testFullscreenGradient() 1407 VK_FORMAT_UNDEFINED, // VkFormat format; in iterate() 1423 colorAttCreateInfo.format = colorFormat; in iterate() 1432 dsAttCreateInfo.format = dsFormat; in iterate() 1734 fbFormat, // VkFormat format; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCacheTests.cpp | 162 VkFormat format, in createImage2DAndBindMemory() 179 format, // VkFormat format; in createImage2DAndBindMemory() 572 m_colorFormat, // VkFormat format; 592 m_depthFormat, // VkFormat format; 702 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper() 708 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper() 161 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 195 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 203 format, // VkFormat format; in makeImageCreateInfo() 485 VK_FORMAT_R32G32B32_SFLOAT, // VkFormat format; in initConfiguration()
|
H A D | vktRayQueryTraversalControlTests.cpp | 155 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 163 format, // VkFormat format; in makeImageCreateInfo() 404 VK_FORMAT_R32G32B32_SFLOAT, // VkFormat format; in initConfiguration()
|