Searched refs:size_is_lt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_validate.c | 91 * size_is_lt() - Returns whether a miplevel of the given size will 99 size_is_lt(uint32_t width, uint32_t height, int cpp) in size_is_lt() function 672 if (size_is_lt(width, height, cpp)) in reloc_tex() 694 size_is_lt(level_width, level_height, cpp)) { in reloc_tex()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_validate.c | 91 * size_is_lt() - Returns whether a miplevel of the given size will 99 size_is_lt(uint32_t width, uint32_t height, int cpp) in size_is_lt() function 684 if (size_is_lt(width, height, cpp)) in reloc_tex() 706 size_is_lt(level_width, level_height, cpp)) { in reloc_tex()
|
Completed in 3 milliseconds