Home
last modified time | relevance | path

Searched refs:format (Results 11826 - 11850 of 12675) sorted by relevance

1...<<471472473474475476477478479480>>...507

/third_party/backends/backend/
H A Dplustek_pp.c1764 s->params.format = SANE_FRAME_RGB; in sane_get_parameters()
1767 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
H A Dmustek_pp.c1655 hndl->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
1663 hndl->params.format = SANE_FRAME_RGB; in sane_get_parameters()
H A Dqcam.c1864 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 Deglext.h806 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 Dastcenc_color_quantize.cpp1915 int format,
1935 switch (format)
/third_party/mesa3d/include/EGL/
H A Deglext.h805 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 Dagx_compile.c235 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 Dtransfer.cpp205 if (dst_img.format() != src_img.format()) in validate_copy()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1185 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 Dnode_snapshotable.cc148 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 Dinput.py1148 "{} {} must be followed by a dictionary, not {}".format(
1157 "{} {} has {} unexpected trailing items".format(
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c127 * 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 Dinput.py1138 "{} {} must be followed by a dictionary, not {}".format(
1147 "{} {} has {} unexpected trailing items".format(
/third_party/libinput/test/
H A Dtest-device.c1448 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 Dtest_syscalls.c67 __attribute__ ((format (printf, 2, 3)));
70 __attribute__ ((format (printf, 1, 2)));
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1696 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 Dmod.rs1345 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__.py1460 def format(self, /, *args, **kwds): member in UserString
1461 return self.data.format(*args, **kwds)
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c59 "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 Dtest_ssl.py1457 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 DvktMeshShaderInOutTestsEXT.cpp64 // 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 DvktMeshShaderSmokeTestsEXT.cpp537 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 DvktPipelineCacheTests.cpp162 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 DvktRayQueryCullRayFlagsTests.cpp195 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 DvktRayQueryTraversalControlTests.cpp155 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()

Completed in 69 milliseconds

1...<<471472473474475476477478479480>>...507