Home
last modified time | relevance | path

Searched refs:format_count (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_plane.c86 formats_size = sizeof(__u32) * plane->format_count; in create_in_format_blob()
109 blob_data->count_formats = plane->format_count; in create_in_format_blob()
124 for (j = 0; j < plane->format_count; j++) { in create_in_format_blob()
197 if (WARN_ON(format_count > 64)) in drm_universal_plane_init()
236 plane->format_count = format_count; in drm_universal_plane_init()
315 const uint32_t *formats, unsigned int format_count, in drm_plane_init() argument
322 formats, format_count, in drm_plane_init()
534 if (plane->format_count && in drm_mode_getplane()
539 sizeof(uint32_t) * plane->format_count)) { in drm_mode_getplane()
543 plane_resp->count_format_types = plane->format_count; in drm_mode_getplane()
[all …]
H A Ddrm_simple_kms_helper.c222 const uint32_t *formats, unsigned int format_count, in drm_simple_display_pipe_init() argument
237 formats, format_count, in drm_simple_display_pipe_init()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_plane.h509 unsigned int format_count; member
560 unsigned int format_count,
568 const uint32_t *formats, unsigned int format_count,
H A Ddrm_simple_kms_helper.h124 const uint32_t *formats, unsigned int format_count,
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c3741 SAFE_BYTE_GET_AND_INC (format_count, data, 1, end); in display_formatted_table()
3743 for (formati = 0; formati < format_count; formati++) in display_formatted_table()
3788 for (formati = 0; formati < format_count; formati++) in display_formatted_table()
3830 for (formati = 0; formati < format_count; formati++) in display_formatted_table()
4342 unsigned char *format_start, format_count, *format; in display_debug_lines_decoded() local
4348 SAFE_BYTE_GET_AND_INC (format_count, data, 1, end); in display_debug_lines_decoded()
4350 for (formati = 0; formati < format_count; formati++) in display_debug_lines_decoded()
4371 for (formati = 0; formati < format_count; formati++) in display_debug_lines_decoded()
4416 SAFE_BYTE_GET_AND_INC (format_count, data, 1, end); in display_debug_lines_decoded()
4418 for (formati = 0; formati < format_count; formati++) in display_debug_lines_decoded()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c1968 bfd_byte format_count, formati; in read_formatted_entries() local
1974 format_count = read_1_byte (abfd, buf, buf_end); in read_formatted_entries()
1977 for (formati = 0; formati < format_count; formati++) in read_formatted_entries()
1987 if (format_count == 0 && data_count != 0) in read_formatted_entries()
2011 for (formati = 0; formati < format_count; formati++) in read_formatted_entries()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcov.c2160 format_count (gcov_type count) in format_count() function
2230 return format_count (top); in format_gcov()