Searched refs:base_level (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmw_surface_cache.h | 58 vmw_surface_get_mip_size(struct drm_vmw_size base_level, u32 mip_level) in vmw_surface_get_mip_size() argument 61 .width = max_t(u32, base_level.width >> mip_level, 1), in vmw_surface_get_mip_size() 62 .height = max_t(u32, base_level.height >> mip_level, 1), in vmw_surface_get_mip_size() 63 .depth = max_t(u32, base_level.depth >> mip_level, 1) in vmw_surface_get_mip_size()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-display.c | 244 int base_level) in _isst_fact_display_information() argument 268 format_and_print(outf, base_level, header, NULL); in _isst_fact_display_information() 279 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information() 284 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information() 296 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information() 301 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information() 315 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_fs.c | 65 int base_level, struct mlx5_flow_table **root_ft) in ipsec_chains_create() argument 78 attr.fs_base_level = base_level; in ipsec_chains_create()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 373 unsigned long level, base_level, next_level; in encode_topo_cpuid1f() local 383 base_level = level; in encode_topo_cpuid1f() 387 base_level); in encode_topo_cpuid1f() 399 base_level = level + 1; in encode_topo_cpuid1f()
|