Searched refs:count_modifiers (Results 1 – 15 of 15) sorted by relevance
770 __u32 count_modifiers; member
871 __u32 count_modifiers; member
959 __u32 count_modifiers; member
356 if (!header->count_modifiers) { in drm_plane_update_format()362 for (j = 0; j < header->count_modifiers; j++) { in drm_plane_update_format()
170 + for (j = 0; j < header->count_modifiers; j++) {
162 + for (j = 0; j < header->count_modifiers; j++) {
147 int c, i, j, k, count_modifiers = 0; in get_modifiers_set() local181 for (k = 0; k < count_modifiers; k++) { in get_modifiers_set()186 count_modifiers++; in get_modifiers_set()187 tmp = realloc(ret, count_modifiers * sizeof(uint64_t)); in get_modifiers_set()193 ret[count_modifiers - 1] = iter->modifiers[j]; in get_modifiers_set()200 return count_modifiers; in get_modifiers_set()2398 for (j = 0; j < fmt_mod_blob->count_modifiers; j++) { in populate_format_modifiers()
120 blob_data->count_modifiers = plane->modifier_count; in create_in_format_blob()
412 for (j = 0; j < header->count_modifiers; j++) { in check_afbc()