Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/
H A Dfsp_gop_blt.c88 uint32_t blt_buffer_size; in calculate_blt_buffer_size() local
94 blt_buffer_size = header->PixelWidth * header->PixelHeight * in calculate_blt_buffer_size()
96 if (!blt_buffer_size) in calculate_blt_buffer_size()
99 return blt_buffer_size; in calculate_blt_buffer_size()
136 uintptr_t logo_ptr, size_t blt_buffer_size) in fill_blt_buffer() argument
149 gop_blt_ptr = malloc(sizeof(blt_buffer_size)); in fill_blt_buffer()
241 size_t logo_ptr_size, blt_buffer_size; in fsp_convert_bmp_to_gop_blt() local
258 blt_buffer_size = calculate_blt_buffer_size(bmp_header); in fsp_convert_bmp_to_gop_blt()
259 if (!blt_buffer_size) in fsp_convert_bmp_to_gop_blt()
267 *blt_size = blt_buffer_size; in fsp_convert_bmp_to_gop_blt()
[all …]