/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 486 ** Match the format of "cc" to allow sh users to in verror() 962 ** a '%s' in the format is a bad thing. in associate() 1221 error(_("invalid abbreviation format")); in inzsub() 1946 doabbr(char *const abbr, const char *const format, const char *const letters, in doabbr() argument 1953 slashp = strchr(format, '/'); in doabbr() 1956 (void) strcpy(abbr, format); in doabbr() 1957 else (void) sprintf(abbr, format, letters); in doabbr() 1961 if (slashp > format) in doabbr() 1962 (void) strncpy(abbr, format, slashp - format); in doabbr() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 288 BuiltinFragDepthCaseInstance (Context& context, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClampEnable, const VkSampleCountFlagBits samples); 303 BuiltinFragDepthCaseInstance::BuiltinFragDepthCaseInstance (Context& context, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClampEnable, const VkSampleCountFlagBits samples) in BuiltinFragDepthCaseInstance() argument 306 , m_format (format) in BuiltinFragDepthCaseInstance() 332 throw tcu::NotSupportedError("Image format and sample count not supported"); in BuiltinFragDepthCaseInstance() 337 throw tcu::NotSupportedError("MarkerImage format not supported as storage image"); in BuiltinFragDepthCaseInstance() 348 throw tcu::NotSupportedError("Image format not supported"); in BuiltinFragDepthCaseInstance() 411 resolvedBufferFormat, // VkFormat format in iterate() 437 resolvedBufferFormat, // VkFormat format in iterate() 471 VK_FORMAT_R8G8B8A8_UINT, // VkFormat format in iterate() 497 VK_FORMAT_R8G8B8A8_UINT, // VkFormat format in iterate() 1636 BuiltinFragDepthCase(TestContext& testCtx, const char* name, const char* description, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, bool depthClampEnable, const VkSampleCountFlagBits samples) BuiltinFragDepthCase() argument 2553 VkFormat format; createBuiltinVarTests() member [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 388 // clang-format off in print_reg() 393 // clang-format on in print_reg() 512 if (instr->format == Format::VOP3P) in get_subdword_operand_stride() 544 if (instr->format == Format::VOP3) { in add_subdword_operand() 688 if (instr->format == Format::VOP3) { in add_subdword_definition() 1555 unsigned first_operand = vec->format == Format::MIMG ? 3 : 0; in get_reg_vector() 1565 if (vec->format != Format::MIMG || is_mimg_vaddr_intact(ctx, reg_file, vec)) { in get_reg_vector() 1581 if (vec->format == Format::MIMG) in get_reg_vector() 1860 if (instr->format != Format::PSEUDO) in handle_pseudo() 1938 switch (instr->format) { in operand_can_use_reg() 3071 Format format = asVOP3(tmp->format); register_allocation() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 906 int cpp = fb->format->cpp[0]; in pnv_update_wm() 1149 cpp = plane_state->hw.fb->format->cpp[0]; in g4x_compute_wm() 1673 cpp = plane_state->hw.fb->format->cpp[0]; in vlv_compute_wm_level() 2271 int cpp = fb->format->cpp[0]; in i965_update_wm() 2357 cpp = fb->format->cpp[0]; in i9xx_update_wm() 2384 cpp = fb->format->cpp[0]; in i9xx_update_wm() 2437 cpp = fb->format->cpp[0]; in i9xx_update_wm() 2568 cpp = plane_state->hw.fb->format->cpp[0]; in ilk_compute_pri_wm() 2600 cpp = plane_state->hw.fb->format->cpp[0]; in ilk_compute_spr_wm() 2626 cpp = plane_state->hw.fb->format in ilk_compute_cur_wm() 5127 skl_compute_wm_params(const struct intel_crtc_state *crtc_state, int width, const struct drm_format_info *format, u64 modifier, unsigned int rotation, u32 plane_pixel_rate, struct skl_wm_params *wp, int color_plane) skl_compute_wm_params() argument [all...] |
/third_party/backends/backend/ |
H A D | canon_dr.c | 2617 opt->desc = "Reverse image format"; in sane_get_option_descriptor() 4859 params->format = s->i.format; in sane_get_parameters() 4878 DBG (15, "sane_get_parameters: params: format=%d, depth=%d, last=%d\n", in sane_get_parameters() 4879 params->format, params->depth, params->last_frame); in sane_get_parameters() 4897 s->u.format = SANE_FRAME_RGB; in update_params() 4901 s->u.format = SANE_FRAME_GRAY; in update_params() 4905 s->u.format = SANE_FRAME_GRAY; in update_params() 4917 s->u.format = SANE_FRAME_JPEG; in update_params() 4927 s->u.width, s->u.height, s->u.mode, s->u.format, in update_params() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 3214 #define MSA_I10(name, format) \ 3216 GenInstrMsaI10(LDI, format, imm10, wd); \ 3235 #define MSA_I5_FORMAT(name, opcode, format) \ 3236 void Assembler::name##_##format(MSARegister wd, MSARegister ws, \ 3238 GenInstrMsaI5(opcode, I5_DF_##format, imm5, ws, wd); \ 3296 #define MSA_2R_FORMAT(name, opcode, format) \ 3297 void Assembler::name##_##format(MSARegister wd, MSARegister ws) { \ 3298 GenInstrMsa2R(opcode, MSA_2R_DF_##format, ws, wd); \ 3312 #define MSA_FILL(format) \ 3313 void Assembler::fill_##format(MSARegiste [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_macio.c | 40 #define dev_dbgdma(dev, format, arg...) \ 41 dev_printk(KERN_DEBUG , dev , format , ## arg) 43 #define dev_dbgdma(dev, format, arg...) \ 44 ({ if (0) dev_printk(KERN_DEBUG, dev, format, ##arg); 0; }) 110 * and MDMA, I think I've figured the format of the timing register,
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | round.S | 23 | a0 points to the input operand in the internal extended format 38 | result is still in the internal extended format. 404 | (in the internal extended format) 409 | (in the internal extended format)
|
/kernel/linux/linux-5.10/drivers/block/xen-blkback/ |
H A D | xenbus.c | 378 #define VBD_SHOW_ALLRING(name, format) \ 399 return sprintf(buf, format, result); \ 427 #define VBD_SHOW(name, format, args...) \ 435 return sprintf(buf, format, ##args); \
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | round.S | 23 | a0 points to the input operand in the internal extended format 38 | result is still in the internal extended format. 404 | (in the internal extended format) 409 | (in the internal extended format)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic.c | 582 /* Check whether this plane supports the fb pixel format. */ in drm_atomic_plane_check() 583 ret = drm_plane_check_pixel_format(plane, fb->format->format, in drm_atomic_plane_check() 588 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid pixel format %s, modifier 0x%llx\n", in drm_atomic_plane_check() 590 drm_get_format_name(fb->format->format, in drm_atomic_plane_check()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | rdacm20.c | 50 * As the drivers supports a single MEDIA_BUS_FMT_UYVY8_2X8 format we 54 * MEDIA_BUS_FMT_UYVY8_2X8 format = 2 samples per pixel. 419 struct v4l2_subdev_format *format) in rdacm20_get_fmt() 421 struct v4l2_mbus_framefmt *mf = &format->format; in rdacm20_get_fmt() 423 if (format->pad) in rdacm20_get_fmt() 417 rdacm20_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) rdacm20_get_fmt() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | cdns-dsi.c | 522 bpp = mipi_dsi_pixel_format_to_bpp(output->dev->format); in cdns_dsi_mode2cfg() 618 mipi_dsi_pixel_format_to_bpp(output->dev->format), in cdns_dsi_check_conf() 687 bpp = mipi_dsi_pixel_format_to_bpp(output->dev->format); in cdns_dsi_bridge_mode_valid() 865 switch (output->dev->format) { in cdns_dsi_bridge_enable() 887 dev_err(dsi->base.dev, "Unsupported DSI format\n"); in cdns_dsi_bridge_enable()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_cmds.c | 431 hfi->format = in->format; in pkt_session_set_property_1x() 480 fmt->format = in->format; in pkt_session_set_property_1x()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 170 runtime->format, in azx_pcm_prepare() 175 "invalid format_val, rate=%d, ch=%d, format=%d\n", in azx_pcm_prepare() 176 runtime->rate, runtime->channels, runtime->format); in azx_pcm_prepare() 986 int snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, in snd_hda_codec_load_dsp_prepare() argument 1006 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | pmac.c | 138 * set the format and rate to the chip. 143 /* set up frequency and format */ in snd_pmac_pcm_set_format() 145 out_le32(&chip->awacs->byteswap, chip->format == SNDRV_PCM_FORMAT_S16_LE ? 1 : 0); in snd_pmac_pcm_set_format() 199 astr->cur_formats = 1 << runtime->format; in snd_pmac_pcm_prepare() 201 chip->format = runtime->format; in snd_pmac_pcm_prepare() 742 snd_pmac_pcm_set_format(chip); /* reset format */ in snd_pmac_beep_dma_stop() 1052 /* Apple 'Fixed' format */ in snd_pmac_detect()
|
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688_lib.c | 354 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_playback_prepare() 366 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_playback_prepare() 416 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_capture_prepare() 426 if (snd_pcm_format_width(runtime->format) == 8) { in snd_es1688_capture_prepare()
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | dummy.c | 937 const char *format; member 943 .format = fmt, \ 970 snd_iprintf(buffer, fields[i].format, in dummy_proc_read() 973 snd_iprintf(buffer, fields[i].format, in dummy_proc_read()
|
/kernel/linux/linux-5.10/sound/isa/ad1816a/ |
H A D | ad1816a_lib.c | 76 snd_pcm_format_t format, in snd_ad1816a_get_format() 81 switch (format) { in snd_ad1816a_get_format() 231 snd_ad1816a_get_format(chip, runtime->format, in snd_ad1816a_playback_prepare() 263 snd_ad1816a_get_format(chip, runtime->format, in snd_ad1816a_capture_prepare() 75 snd_ad1816a_get_format(struct snd_ad1816a *chip, snd_pcm_format_t format, int channels) snd_ad1816a_get_format() argument
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_sai_sub.c | 85 * @fmt: SAI block format. relevant only for custom protocols. set at init 828 /* Mode, data format and channel config */ in stm32_sai_set_config() 841 dev_err(cpu_dai->dev, "Data format not supported\n"); in stm32_sai_set_config() 906 int fs_active, offset, format; in stm32_sai_set_frame() local 909 format = sai->fmt & SND_SOC_DAIFMT_FORMAT_MASK; in stm32_sai_set_frame() 913 if ((format == SND_SOC_DAIFMT_DSP_A) || in stm32_sai_set_frame() 914 (format == SND_SOC_DAIFMT_DSP_B)) in stm32_sai_set_frame()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | stream.c | 25 #include "format.h" 716 u64 format; in snd_usb_get_audioformat_uac12() local 739 format = le16_to_cpu(as->wFormatTag); /* remember the format value */ in snd_usb_get_audioformat_uac12() 770 format = le32_to_cpu(as->bmFormats); in snd_usb_get_audioformat_uac12() 802 /* get format type */ in snd_usb_get_audioformat_uac12() 826 * Part 2: analyze quirk flag and format in snd_usb_get_audioformat_uac12() 843 if (snd_usb_parse_audio_format(chip, fp, format, in snd_usb_get_audioformat_uac12()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | data-convert-bt.c | 423 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_values() 424 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() 1061 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_types() 1062 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/ |
H A D | mcde_dsi.c | 182 dev_info(d->dev, "format %08x, %dbpp\n", mdsi->format, in mcde_dsi_host_attach() 183 mipi_dsi_pixel_format_to_bpp(mdsi->format)); in mcde_dsi_host_attach() 432 u8 cpp = mipi_dsi_pixel_format_to_bpp(d->mdsi->format) / 8; in mcde_dsi_setup_video_mode() 449 switch (d->mdsi->format) { in mcde_dsi_setup_video_mode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimd.c | 643 uint32_t pixel_format = fb->format->format; in fimd_win_set_pixfmt() 648 if (fb->format->has_alpha) in fimd_win_set_pixfmt() 655 * So the request format is ARGB8888 then change it to XRGB8888. in fimd_win_set_pixfmt() 799 unsigned int cpp = fb->format->cpp[0]; in fimd_update_plane()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 509 cmd_p->format = cpu_to_le32(params->format); in virtio_gpu_cmd_create_resource() 993 cmd_p->format = cpu_to_le32(params->format); in virtio_gpu_cmd_resource_create_3d()
|