Home
last modified time | relevance | path

Searched refs:format (Results 9001 - 9025 of 9211) sorted by relevance

1...<<361362363364365366367368369

/third_party/backends/backend/
H A Dcoolscan.c3948 params->format = SANE_FRAME_RGB; in sane_get_parameters()
3952 params->format = SANE_FRAME_RGBA; in sane_get_parameters()
3956 params->format = SANE_FRAME_GRAY; in sane_get_parameters()
H A Dsharp.c127 that the data for the SEND command should be in ASCII format...
3109 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
3116 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
3123 s->params.format = SANE_FRAME_RGB; in sane_get_parameters()
H A Dplustek.c2361 s->params.format = SANE_FRAME_RGB; in sane_get_parameters()
2364 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4200 std::string format = " \\u%04x"; in RunMonkey() local
4202 format = "\\U%08x"; in RunMonkey()
4204 sprintf(hexCodePoint, format.c_str(), c); in RunMonkey()
4937 // For both the number of states and the number of character classes, the eight bit format
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4586 enum isl_format format, in anv_fill_buffer_surface_state()
4597 .format = format, in anv_fill_buffer_surface_state()
4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5300 void Isolate::PrintWithTimestamp(const char* format, ...) { in ThrowInternal() argument
5304 va_start(arguments, format); in ThrowInternal()
5305 base::OS::VPrint(format, arguments); in ThrowInternal()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c367 default: unreachable("Invalid type for register format"); in bi_reg_fmt_for_nir()
1043 uint32_t format = identity | (snap4 << 12) | (regfmt << 24); in bi_emit_store_vary() local
1046 bi_imm_u32(format), regfmt, nr - 1); in bi_emit_store_vary()
3115 * 16-bit 8:8 fixed-point format. We lower as:
3392 .format = bi_texture_format(instr->dest_type | nir_dest_bit_size(instr->dest), BI_CLAMP_NONE), /* TODO */ in bi_emit_texc()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp2720 ld->tex.format = tgsi.getImageFormat(); in handleLOAD()
2860 st->tex.format = tgsi.getImageFormat(); in handleSTORE()
2991 tex->tex.format = tgsi.getImageFormat(); in handleATOM()
3119 // where the upper and lower 16 bits are encoded in S0.12 format. We need in handleINTERP()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp1793 // Avoid using a string constant for the format control string given to
1798 char format[] = "%lf";
1804 count = sscanf(buffer, format, &value);
1807 count = sscanf(buffer.c_str(), format, &value);
/third_party/python/Lib/test/
H A Dtest_zipfile.py967 There are 4 fields that the zip64 format handles (the disk number is
1195 ) = struct.unpack("<4sBBHH8xIIHH8shhQQ{}x4s".format(file_size), seekable_data[:62 + file_size])
1218 ) = struct.unpack("<4sBBHH8xIIHH8shhQQ{}x4s4xQQ4s".format(file_size), unseekable_data[:86 + file_size])
1223 self.assertEqual("{:b}".format(flags), "1000") # streaming flag set
H A Dtest_collections.py36 '{a} should have all the methods of {b}'.format(
1687 return 'Set({!r})'.format(self.data)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1032 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
1038 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
3479 const VkFormat format = formats[ndx]; in MultiViewDepthStencilTestInstance() local
3481 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(m_instanceWrapper->instance.getDriver(), physicalDevice, format); in MultiViewDepthStencilTestInstance()
3485 m_dsFormat = format; in MultiViewDepthStencilTestInstance()
3492 TCU_FAIL("Supported depth/stencil format not found, that violates specification"); in MultiViewDepthStencilTestInstance()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp67 // Specialization for float lookups: sRGB conversion is performed as specified in format. in lookup()
681 const TextureFormat format = level.getFormat(); in isLinearSampleResultValid() local
682 const TextureChannelClass texClass = getTextureChannelClass(format.type); in isLinearSampleResultValid()
690 DE_UNREF(format); in isLinearSampleResultValid()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp578 variable.layout.format = glu::FORMATLAYOUT_RGBA8;
580 variable.layout.format = glu::FORMATLAYOUT_RGBA8I;
582 variable.layout.format = glu::FORMATLAYOUT_RGBA8UI;
635 if (qualifier->m_layout.format != glu::FORMATLAYOUT_LAST)
636 targetLayout->format = qualifier->m_layout.format;
/third_party/f2fs-tools/fsck/
H A Dmount.c217 ctx->format != FS_ENCRYPTION_CONTEXT_FORMAT_V1) in print_xattr_entry()
219 MSG(0, "format: %d\n", ctx->format); in print_xattr_entry()
/third_party/ffmpeg/libavcodec/
H A Dvp9.c823 if (ref->format != avctx->pix_fmt) { in decode_frame_header()
826 av_get_pix_fmt_name(ref->format), in decode_frame_header()
/third_party/ffmpeg/libavformat/
H A Ddemux.c168 "will be ignored with AVFMT_NOFILE format.\n"); in init_input()
1929 "format: start_time: %s duration: %s (estimate from %s) bitrate=%"PRId64" kb/s\n", in estimate_timings()
1969 FAIL("unspecified sample format"); in has_codec_parameters()
1985 FAIL("unspecified pixel format"); in has_codec_parameters()
2597 /* NOTE: If the format has no header, then we need to read some in avformat_find_stream_info()
2933 st->codecpar->format == AV_SAMPLE_FMT_NONE) in avformat_find_stream_info()
2934 st->codecpar->format = sti->avctx->sample_fmt; in avformat_find_stream_info()
/third_party/ffmpeg/libavfilter/
H A Dvf_xfade.c1781 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(inlink0->format); in config_output()
1826 s->nb_planes = av_pix_fmt_count_planes(inlink0->format); in config_output()
/third_party/glfw/src/
H A Dwl_window.c1636 uint32_t format, in keyboardHandleKeymap()
1648 if (format != WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1) in keyboardHandleKeymap()
1634 keyboardHandleKeymap(void* userData, struct wl_keyboard* keyboard, uint32_t format, int fd, uint32_t size) keyboardHandleKeymap() argument
/third_party/libsnd/src/
H A Dpcm.c132 if ((SF_CODEC (psf->sf.format)) == SF_FORMAT_PCM_S8) in pcm_init()
134 else if ((SF_CODEC (psf->sf.format)) == SF_FORMAT_PCM_U8) in pcm_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c26 #include "util/format/format_utils.h"
382 unreachable("Unhandled vertex format in BVH build"); in build_triangles()
892 get_vertices(nir_builder *b, nir_ssa_def *addresses, nir_ssa_def *format, nir_ssa_def *positions[3]) in get_vertices() argument
920 nir_push_if(b, nir_ieq_imm(b, format, formats[f])); in get_vertices()
986 unreachable("Unhandled format"); in get_vertices()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c2148 templat.width = port->sPortParam.format.video.nFrameWidth; in dec_av1_BeginFrame()
2149 templat.height = port->sPortParam.format.video.nFrameHeight; in dec_av1_BeginFrame()
/third_party/node/src/
H A Dnode_http2.cc3170 void NgHttp2Debug(const char* format, va_list args) { in NgHttp2Debug() argument
3171 vfprintf(stderr, format, args); in NgHttp2Debug()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp87 TCU_THROW(InternalError, "Invalid chroma sub-sampling format"); in ConvertStdH264ChromaFormatToVulkan()
108 TCU_THROW(InternalError, "Cannot map monochrome format to VkFormat"); in codecGetVkFormat()
122 TCU_THROW(InternalError, "Cannot map 420 format to VkFormat"); in codecGetVkFormat()
136 TCU_THROW(InternalError, "Cannot map 422 format to VkFormat"); in codecGetVkFormat()
150 TCU_THROW(InternalError, "Cannot map 444 format to VkFormat"); in codecGetVkFormat()
154 TCU_THROW(InternalError, "Unknown input idc format"); in codecGetVkFormat()
838 DE_ASSERT(!"Invalid chroma sub-sampling format");
2526 viewInfo.format = imageResource->GetImageCreateInfo().format;
2693 DE_ASSERT(!"Invalid Parser format");
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2444 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential()
2738 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantImpl()
3118 // No GC strategy, use the default format. in emitStackMaps()
3126 // Use the default format. in emitStackMaps()

Completed in 139 milliseconds

1...<<361362363364365366367368369