/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo9039.c | 50 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local
|
H A D | nouveau_bo85b5.c | 52 int line_count = (page_count > 8191) ? 8191 : page_count; in nva3_bo_move_copy() local
|
H A D | nouveau_bo90b5.c | 45 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local
|
H A D | nouveau_bo0039.c | 67 int line_count = (page_count > 2047) ? 2047 : page_count; in nv04_bo_move_m2mf() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo9039.c | 50 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local
|
H A D | nouveau_bo85b5.c | 52 int line_count = (page_count > 8191) ? 8191 : page_count; in nva3_bo_move_copy() local
|
H A D | nouveau_bo90b5.c | 45 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local
|
H A D | nouveau_bo0039.c | 67 int line_count = (page_count > 2047) ? 2047 : page_count; in nv04_bo_move_m2mf() local
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | acdebug.h | 28 u8 line_count; /* Number of help lines */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_log.c | 36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message() local
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | acdebug.h | 28 u8 line_count; /* Number of help lines */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_log.c | 36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message() local
|
/third_party/backends/backend/ |
H A D | gt68xx_mid.h | 57 SANE_Int line_count; member
|
H A D | test-picture.c | 51 SANE_Word line_count; in init_picture_buffer() local [all...] |
H A D | gt68xx_mid.c | 55 SANE_Int line_count, i; in gt68xx_delay_buffer_init() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | section_parser.cc | 157 size_t line_count = 0; in SplitSections() local 128 AddSection(NodeType section_type, ShaderType shader_type, ShaderFormat fmt, size_t line_count, const std::string& contents) AddSection() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_intf.h | 44 u32 line_count; /* current line count including blanking */ member
|
H A D | dpu_kms.h | 152 u32 line_count; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow_dwt.h | 48 int line_count; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_intf.h | 49 u32 line_count; /* current line count including blanking */ member
|
H A D | dpu_kms.h | 118 u32 line_count; member
|
/third_party/alsa-utils/alsamixer/ |
H A D | textbox.c | 72 unsigned int line_count; in show_textfile() local
|
/third_party/backends/backend/genesys/ |
H A D | utilities.h | 102 compute_array_percentile_approx(T* result, const T* data, std::size_t line_count, std::size_t elements_per_line, float percentile) compute_array_percentile_approx() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_transfer.c | 237 int line_count = height > 2047 ? 2047 : height; in nv50_m2mf_transfer_rect() local
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | error.rs | 174 let mut line_count = fmter.pattern.lines().count(); in from_formatter() variables
|