/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_discovery.c | 395 adev->gfx.config.max_shader_engines = le32_to_cpu(gc_info->v1.gc_num_se); in amdgpu_discovery_get_gfx_info() 396 adev->gfx.config.max_cu_per_sh = 2 * (le32_to_cpu(gc_info->v1.gc_num_wgp0_per_sa) + in amdgpu_discovery_get_gfx_info() 398 adev->gfx.config.max_sh_per_se = le32_to_cpu(gc_info->v1.gc_num_sa_per_se); in amdgpu_discovery_get_gfx_info() 399 adev->gfx.config.max_backends_per_se = le32_to_cpu(gc_info->v1.gc_num_rb_per_se); in amdgpu_discovery_get_gfx_info() 400 adev->gfx.config.max_texture_channel_caches = le32_to_cpu(gc_info->v1.gc_num_gl2c); in amdgpu_discovery_get_gfx_info() 401 adev->gfx.config.max_gprs = le32_to_cpu(gc_info->v1.gc_num_gprs); in amdgpu_discovery_get_gfx_info() 402 adev->gfx.config.max_gs_threads = le32_to_cpu(gc_info->v1.gc_num_max_gs_thds); in amdgpu_discovery_get_gfx_info() 403 adev->gfx.config.gs_vgt_table_depth = le32_to_cpu(gc_info->v1.gc_gs_table_depth); in amdgpu_discovery_get_gfx_info() 404 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v1.gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info() 405 adev->gfx.config in amdgpu_discovery_get_gfx_info() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_opp.h | 171 int dev_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config); 172 int devm_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config); 367 static inline int dev_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config) in dev_pm_opp_set_config() argument 372 static inline int devm_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config) in devm_pm_opp_set_config() argument 526 struct dev_pm_opp_config config = { in dev_pm_opp_set_regulators() local 530 return dev_pm_opp_set_config(dev, &config); in dev_pm_opp_set_regulators() 541 struct dev_pm_opp_config config = { in devm_pm_opp_set_regulators() local 545 return devm_pm_opp_set_config(dev, &config); in devm_pm_opp_set_regulators() 553 struct dev_pm_opp_config config = { in dev_pm_opp_set_supported_hw() local 558 return dev_pm_opp_set_config(dev, &config); in dev_pm_opp_set_supported_hw() 570 struct dev_pm_opp_config config = { devm_pm_opp_set_supported_hw() local 582 struct dev_pm_opp_config config = { dev_pm_opp_set_clkname() local 597 struct dev_pm_opp_config config = { devm_pm_opp_set_clkname() local 608 struct dev_pm_opp_config config = { dev_pm_opp_set_config_regulators() local 625 struct dev_pm_opp_config config = { dev_pm_opp_attach_genpd() local 642 struct dev_pm_opp_config config = { devm_pm_opp_attach_genpd() local 653 struct dev_pm_opp_config config = { dev_pm_opp_set_prop_name() local [all...] |
H A D | phylink.h | 220 void (*get_fixed_state)(struct phylink_config *config, 226 void phylink_limit_mac_speed(struct phylink_config *config, u32 max_speed); 241 void (*validate)(struct phylink_config *config, 244 struct phylink_pcs *(*mac_select_pcs)(struct phylink_config *config, 246 int (*mac_prepare)(struct phylink_config *config, unsigned int mode, 248 void (*mac_config)(struct phylink_config *config, unsigned int mode, 250 int (*mac_finish)(struct phylink_config *config, unsigned int mode, 252 void (*mac_link_down)(struct phylink_config *config, unsigned int mode, 254 void (*mac_link_up)(struct phylink_config *config, 263 * @config [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.c | 124 return entity->config; in vsp1_entity_get_pad_config() 181 * Initialize all pad formats with default values in the given pad config. This 216 struct v4l2_subdev_state *config; in vsp1_subdev_get_pad_format() local 218 config = vsp1_entity_get_pad_config(entity, sd_state, fmt->which); in vsp1_subdev_get_pad_format() 219 if (!config) in vsp1_subdev_get_pad_format() 223 fmt->format = *vsp1_entity_get_pad_format(entity, config, fmt->pad); in vsp1_subdev_get_pad_format() 255 struct v4l2_subdev_state *config; in vsp1_subdev_enum_mbus_code() local 265 config = vsp1_entity_get_pad_config(entity, sd_state, in vsp1_subdev_enum_mbus_code() 267 if (!config) in vsp1_subdev_enum_mbus_code() 271 format = vsp1_entity_get_pad_format(entity, config, in vsp1_subdev_enum_mbus_code() 301 struct v4l2_subdev_state *config; vsp1_subdev_enum_frame_size() local 365 struct v4l2_subdev_state *config; vsp1_subdev_set_pad_format() local [all...] |
H A D | vsp1_sru.c | 126 struct v4l2_subdev_state *config; in sru_enum_frame_size() local 130 config = vsp1_entity_get_pad_config(&sru->entity, sd_state, in sru_enum_frame_size() 132 if (!config) in sru_enum_frame_size() 135 format = vsp1_entity_get_pad_format(&sru->entity, config, SRU_PAD_SINK); in sru_enum_frame_size() 224 struct v4l2_subdev_state *config; in sru_set_format() local 230 config = vsp1_entity_get_pad_config(&sru->entity, sd_state, in sru_set_format() 232 if (!config) { in sru_set_format() 237 sru_try_format(sru, config, fmt->pad, &fmt->format); in sru_set_format() 239 format = vsp1_entity_get_pad_format(&sru->entity, config, fmt->pad); in sru_set_format() 244 format = vsp1_entity_get_pad_format(&sru->entity, config, in sru_set_format() [all...] |
H A D | vsp1_rwpf.c | 65 struct v4l2_subdev_state *config; in vsp1_rwpf_set_format() local 71 config = vsp1_entity_get_pad_config(&rwpf->entity, sd_state, in vsp1_rwpf_set_format() 73 if (!config) { in vsp1_rwpf_set_format() 84 format = vsp1_entity_get_pad_format(&rwpf->entity, config, fmt->pad); in vsp1_rwpf_set_format() 110 crop = vsp1_rwpf_get_crop(rwpf, config); in vsp1_rwpf_set_format() 118 format = vsp1_entity_get_pad_format(&rwpf->entity, config, in vsp1_rwpf_set_format() 137 struct v4l2_subdev_state *config; in vsp1_rwpf_get_selection() local 150 config = vsp1_entity_get_pad_config(&rwpf->entity, sd_state, in vsp1_rwpf_get_selection() 152 if (!config) { in vsp1_rwpf_get_selection() 159 sel->r = *vsp1_rwpf_get_crop(rwpf, config); in vsp1_rwpf_get_selection() 186 struct v4l2_subdev_state *config; vsp1_rwpf_set_selection() local [all...] |
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 44 static int format_convert(struct bat *bat, struct pcm_config *config) in format_convert() argument 50 config->format = t->format_tiny; in format_convert() 58 static int init_config(struct bat *bat, struct pcm_config *config) in init_config() argument 60 config->channels = bat->channels; in init_config() 61 config->rate = bat->rate; in init_config() 63 config->period_size = bat->period_size; in init_config() 65 config->period_size = TINYALSA_PERIODSIZE; in init_config() 66 config->period_count = 4; in init_config() 67 config->start_threshold = 0; in init_config() 68 config in init_config() 118 check_playback_params(struct bat *bat, struct pcm_config *config) check_playback_params() argument 286 struct pcm_config config; playback_tinyalsa() local 482 struct pcm_config config; record_tinyalsa() local [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | test.c | 47 sw->config.upstream_port_number = upstream_port; in alloc_switch() 48 sw->config.depth = tb_route_length(route); in alloc_switch() 49 sw->config.route_hi = upper_32_bits(route); in alloc_switch() 50 sw->config.route_lo = lower_32_bits(route); in alloc_switch() 51 sw->config.enabled = 0; in alloc_switch() 52 sw->config.max_port_number = max_port_number; in alloc_switch() 54 size = (sw->config.max_port_number + 1) * sizeof(*sw->ports); in alloc_switch() 59 for (i = 0; i <= sw->config.max_port_number; i++) { in alloc_switch() 62 sw->ports[i].config.port_number = i; in alloc_switch() 80 sw->config in alloc_host() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ni.c | 906 rdev->config.cayman.max_shader_engines = 2; in cayman_gpu_init() 907 rdev->config.cayman.max_pipes_per_simd = 4; in cayman_gpu_init() 908 rdev->config.cayman.max_tile_pipes = 8; in cayman_gpu_init() 909 rdev->config.cayman.max_simds_per_se = 12; in cayman_gpu_init() 910 rdev->config.cayman.max_backends_per_se = 4; in cayman_gpu_init() 911 rdev->config.cayman.max_texture_channel_caches = 8; in cayman_gpu_init() 912 rdev->config.cayman.max_gprs = 256; in cayman_gpu_init() 913 rdev->config.cayman.max_threads = 256; in cayman_gpu_init() 914 rdev->config.cayman.max_gs_threads = 32; in cayman_gpu_init() 915 rdev->config in cayman_gpu_init() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | ni.c | 893 rdev->config.cayman.max_shader_engines = 2; in cayman_gpu_init() 894 rdev->config.cayman.max_pipes_per_simd = 4; in cayman_gpu_init() 895 rdev->config.cayman.max_tile_pipes = 8; in cayman_gpu_init() 896 rdev->config.cayman.max_simds_per_se = 12; in cayman_gpu_init() 897 rdev->config.cayman.max_backends_per_se = 4; in cayman_gpu_init() 898 rdev->config.cayman.max_texture_channel_caches = 8; in cayman_gpu_init() 899 rdev->config.cayman.max_gprs = 256; in cayman_gpu_init() 900 rdev->config.cayman.max_threads = 256; in cayman_gpu_init() 901 rdev->config.cayman.max_gs_threads = 32; in cayman_gpu_init() 902 rdev->config in cayman_gpu_init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiMaintenance1Tests.cpp | 1110 PresentFenceTestConfig config; in populatePresentFenceGroup() local 1111 config.wsiType = wsiType; in populatePresentFenceGroup() 1112 config.modes = std::vector<VkPresentModeKHR>(1, presentModes[presentModeNdx].mode); in populatePresentFenceGroup() 1113 config.deferMemoryAllocation = false; in populatePresentFenceGroup() 1114 config.bindImageMemory = false; in populatePresentFenceGroup() 1115 config.changePresentModes = false; in populatePresentFenceGroup() 1116 config.verifyFenceOrdering = false; in populatePresentFenceGroup() 1119 addFunctionCase(&*presentModeGroup, "basic", presentFenceTest, config); in populatePresentFenceGroup() 1121 config.verifyFenceOrdering = true; in populatePresentFenceGroup() 1123 addFunctionCase(&*presentModeGroup, "ordering", presentFenceTest, config); in populatePresentFenceGroup() 1322 PresentModesTestConfig config; populatePresentModesGroup() local 1331 PresentFenceTestConfig config; populatePresentModesGroup() local 1386 PresentFenceTestConfig config; populatePresentModesGroup() local 1822 ScalingQueryTestConfig config; populateScalingTests() local 1850 ScalingTestConfig config; populateScalingTests() local 1950 PresentFenceTestConfig config; populateDeferredAllocGroup() local 2342 ReleaseImagesTestConfig config; populateReleaseImagesGroup() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 503 egl::Config config; in generateConfigs() local 504 config.renderTargetFormat = GL_RGBA8; // TODO: use the bit counts to determine the format in generateConfigs() 505 config.depthStencilFormat = in generateConfigs() 507 config.bufferSize = pixelFormatDescriptor.cColorBits; in generateConfigs() 508 config.redSize = pixelFormatDescriptor.cRedBits; in generateConfigs() 509 config.greenSize = pixelFormatDescriptor.cGreenBits; in generateConfigs() 510 config.blueSize = pixelFormatDescriptor.cBlueBits; in generateConfigs() 511 config.luminanceSize = 0; in generateConfigs() 512 config.alphaSize = pixelFormatDescriptor.cAlphaBits; in generateConfigs() 513 config in generateConfigs() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | via_clock.c | 85 static void cle266_set_primary_pll(struct via_pll_config config) in cle266_set_primary_pll() argument 87 cle266_set_primary_pll_encoded(cle266_encode_pll(config)); in cle266_set_primary_pll() 90 static void k800_set_primary_pll(struct via_pll_config config) in k800_set_primary_pll() argument 92 k800_set_primary_pll_encoded(k800_encode_pll(config)); in k800_set_primary_pll() 95 static void vx855_set_primary_pll(struct via_pll_config config) in vx855_set_primary_pll() argument 97 k800_set_primary_pll_encoded(vx855_encode_pll(config)); in vx855_set_primary_pll() 100 static void cle266_set_secondary_pll(struct via_pll_config config) in cle266_set_secondary_pll() argument 102 cle266_set_secondary_pll_encoded(cle266_encode_pll(config)); in cle266_set_secondary_pll() 105 static void k800_set_secondary_pll(struct via_pll_config config) in k800_set_secondary_pll() argument 107 k800_set_secondary_pll_encoded(k800_encode_pll(config)); in k800_set_secondary_pll() 110 vx855_set_secondary_pll(struct via_pll_config config) vx855_set_secondary_pll() argument 115 k800_set_engine_pll(struct via_pll_config config) k800_set_engine_pll() argument 120 vx855_set_engine_pll(struct via_pll_config config) vx855_set_engine_pll() argument 273 dummy_set_pll(struct via_pll_config config) dummy_set_pll() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | via_clock.c | 85 static void cle266_set_primary_pll(struct via_pll_config config) in cle266_set_primary_pll() argument 87 cle266_set_primary_pll_encoded(cle266_encode_pll(config)); in cle266_set_primary_pll() 90 static void k800_set_primary_pll(struct via_pll_config config) in k800_set_primary_pll() argument 92 k800_set_primary_pll_encoded(k800_encode_pll(config)); in k800_set_primary_pll() 95 static void vx855_set_primary_pll(struct via_pll_config config) in vx855_set_primary_pll() argument 97 k800_set_primary_pll_encoded(vx855_encode_pll(config)); in vx855_set_primary_pll() 100 static void cle266_set_secondary_pll(struct via_pll_config config) in cle266_set_secondary_pll() argument 102 cle266_set_secondary_pll_encoded(cle266_encode_pll(config)); in cle266_set_secondary_pll() 105 static void k800_set_secondary_pll(struct via_pll_config config) in k800_set_secondary_pll() argument 107 k800_set_secondary_pll_encoded(k800_encode_pll(config)); in k800_set_secondary_pll() 110 vx855_set_secondary_pll(struct via_pll_config config) vx855_set_secondary_pll() argument 115 k800_set_engine_pll(struct via_pll_config config) k800_set_engine_pll() argument 120 vx855_set_engine_pll(struct via_pll_config config) vx855_set_engine_pll() argument 273 dummy_set_pll(struct via_pll_config config) dummy_set_pll() argument [all...] |
/kernel/linux/linux-6.6/sound/hda/ |
H A D | intel-nhlt.c | 53 cfg = (struct nhlt_dmic_array_config *)(epnt->config.caps); in intel_nhlt_get_dmic_geo() 54 fmt_configs = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size); in intel_nhlt_get_dmic_geo() 72 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps + in intel_nhlt_get_dmic_geo() 73 fmt_cfg->config.size); in intel_nhlt_get_dmic_geo() 190 fmt = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size); in intel_nhlt_ssp_mclk_mask() 203 if (cfg->config.size < 8) in intel_nhlt_ssp_mclk_mask() 206 blob = (u32 *)cfg->config.caps; in intel_nhlt_ssp_mclk_mask() 220 if (cfg->config in intel_nhlt_ssp_mclk_mask() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-gpio-mm.c | 65 struct i8255_regmap_config config = {}; in gpiomm_probe() local 78 config.map = devm_regmap_init_mmio(dev, regs, &gpiomm_regmap_config); in gpiomm_probe() 79 if (IS_ERR(config.map)) in gpiomm_probe() 80 return dev_err_probe(dev, PTR_ERR(config.map), in gpiomm_probe() 83 config.parent = dev; in gpiomm_probe() 84 config.num_ppi = GPIOMM_NUM_PPI; in gpiomm_probe() 85 config.names = gpiomm_names; in gpiomm_probe() 87 return devm_i8255_regmap_register(dev, &config); in gpiomm_probe()
|
H A D | gpio-tn48m.c | 44 struct gpio_regmap_config config = {}; in tn48m_gpio_probe() local 64 config.regmap = regmap; in tn48m_gpio_probe() 65 config.parent = &pdev->dev; in tn48m_gpio_probe() 66 config.ngpio = gpio_config->ngpio; in tn48m_gpio_probe() 67 config.ngpio_per_reg = gpio_config->ngpio_per_reg; in tn48m_gpio_probe() 70 config.reg_set_base = base; in tn48m_gpio_probe() 73 config.reg_dat_base = base; in tn48m_gpio_probe() 79 return PTR_ERR_OR_ZERO(devm_gpio_regmap_register(&pdev->dev, &config)); in tn48m_gpio_probe()
|
H A D | gpio-ds4520.c | 25 struct gpio_regmap_config config = { }; in ds4520_gpio_probe() local 45 config.regmap = regmap; in ds4520_gpio_probe() 46 config.parent = dev; in ds4520_gpio_probe() 47 config.ngpio = ngpio; in ds4520_gpio_probe() 49 config.reg_dat_base = base + DS4520_IO_STATUS0; in ds4520_gpio_probe() 50 config.reg_set_base = base + DS4520_PULLUP0; in ds4520_gpio_probe() 51 config.reg_dir_out_base = base + DS4520_IO_CONTROL0; in ds4520_gpio_probe() 53 return PTR_ERR_OR_ZERO(devm_gpio_regmap_register(dev, &config)); in ds4520_gpio_probe()
|
H A D | gpio-idio-16.c | 97 * @config: configuration for idio_16_regmap_config 102 const struct idio_16_regmap_config *const config) in devm_idio_16_regmap_register() 110 if (!config->parent) in devm_idio_16_regmap_register() 113 if (!config->map) in devm_idio_16_regmap_register() 116 if (!config->regmap_irqs) in devm_idio_16_regmap_register() 122 data->map = config->map; in devm_idio_16_regmap_register() 132 chip->no_status = config->no_status; in devm_idio_16_regmap_register() 134 chip->irqs = config->regmap_irqs; in devm_idio_16_regmap_register() 135 chip->num_irqs = config->num_regmap_irqs; in devm_idio_16_regmap_register() 144 err = devm_regmap_add_irq_chip(dev, data->map, config in devm_idio_16_regmap_register() 101 devm_idio_16_regmap_register(struct device *const dev, const struct idio_16_regmap_config *const config) devm_idio_16_regmap_register() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | rmem.c | 54 struct nvmem_config config = { }; in rmem_probe() local 71 config.dev = dev; in rmem_probe() 72 config.priv = priv; in rmem_probe() 73 config.name = "rmem"; in rmem_probe() 74 config.id = NVMEM_DEVID_AUTO; in rmem_probe() 75 config.size = mem->size; in rmem_probe() 76 config.reg_read = rmem_read; in rmem_probe() 78 return PTR_ERR_OR_ZERO(devm_nvmem_register(dev, &config)); in rmem_probe()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser.h | 40 bool loadTestExpectations(const GPUTestConfig &config, const std::string &data); 41 bool loadTestExpectationsFromFile(const GPUTestConfig &config, const std::string &path); 53 int32_t getTestExpectationWithConfig(const GPUTestConfig &config, const std::string &testName); 70 bool parseLine(const GPUTestConfig *config, const std::string &lineData, size_t lineNumber); 73 bool checkTokenCondition(const GPUTestConfig &config, 78 // Check if two entries' config overlap with each other. May generate an 92 bool loadTestExpectationsFromFileImpl(const GPUTestConfig *config, const std::string &path); 93 bool loadTestExpectationsImpl(const GPUTestConfig *config, const std::string &data); 95 int32_t getTestExpectationImpl(const GPUTestConfig *config, const std::string &testName);
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.h | 30 typedef int (*mbcodec_init)(const void *config); 32 const void *config, 38 const void *config); 40 const void *config, 43 const void *config, 47 const void *config); 49 const void *config); 53 const void *config; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ |
H A D | ia_css_bnlm.host.c | 170 const struct ia_css_bnlm_config *config, in ia_css_bnlm_debug_trace() 173 if (!config) in ia_css_bnlm_debug_trace() 178 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "rad_enable", config->rad_enable); in ia_css_bnlm_debug_trace() 180 config->rad_x_origin); in ia_css_bnlm_debug_trace() 182 config->rad_y_origin); in ia_css_bnlm_debug_trace() 183 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "avg_min_th", config->avg_min_th); in ia_css_bnlm_debug_trace() 184 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "max_min_th", config->max_min_th); in ia_css_bnlm_debug_trace() 187 config->exp_coeff_a); in ia_css_bnlm_debug_trace() 189 config->exp_coeff_b); in ia_css_bnlm_debug_trace() 191 config in ia_css_bnlm_debug_trace() 169 ia_css_bnlm_debug_trace( const struct ia_css_bnlm_config *config, unsigned int level) ia_css_bnlm_debug_trace() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ |
H A D | ia_css_bnlm.host.c | 170 const struct ia_css_bnlm_config *config, in ia_css_bnlm_debug_trace() 173 if (!config) in ia_css_bnlm_debug_trace() 178 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "rad_enable", config->rad_enable); in ia_css_bnlm_debug_trace() 180 config->rad_x_origin); in ia_css_bnlm_debug_trace() 182 config->rad_y_origin); in ia_css_bnlm_debug_trace() 183 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "avg_min_th", config->avg_min_th); in ia_css_bnlm_debug_trace() 184 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "max_min_th", config->max_min_th); in ia_css_bnlm_debug_trace() 187 config->exp_coeff_a); in ia_css_bnlm_debug_trace() 189 config->exp_coeff_b); in ia_css_bnlm_debug_trace() 191 config in ia_css_bnlm_debug_trace() 169 ia_css_bnlm_debug_trace( const struct ia_css_bnlm_config *config, unsigned int level) ia_css_bnlm_debug_trace() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | helper-cairo-ansi.hh | 48 ChafaCanvasConfig *config; in chafa_print_image_rgb24() local 89 config = chafa_canvas_config_new (); in chafa_print_image_rgb24() 90 chafa_canvas_config_set_canvas_mode (config, mode); in chafa_print_image_rgb24() 91 chafa_canvas_config_set_pixel_mode (config, pixel_mode); in chafa_print_image_rgb24() 92 chafa_canvas_config_set_cell_geometry (config, 10, 20); in chafa_print_image_rgb24() 93 chafa_canvas_config_set_geometry (config, cols, rows); in chafa_print_image_rgb24() 94 chafa_canvas_config_set_symbol_map (config, symbol_map); in chafa_print_image_rgb24() 95 chafa_canvas_config_set_color_extractor (config, CHAFA_COLOR_EXTRACTOR_MEDIAN); in chafa_print_image_rgb24() 96 chafa_canvas_config_set_work_factor (config, 1.0f); in chafa_print_image_rgb24() 100 canvas = chafa_canvas_new (config); in chafa_print_image_rgb24() [all...] |