Lines Matching refs:gKernelArgs
89 if (gKernelArgs.frame_buffer.depth == 4) { in video_blit_image()
101 params.toBytesPerRow = gKernelArgs.frame_buffer.bytes_per_row; in video_blit_image()
104 blit(params, gKernelArgs.frame_buffer.depth); in video_blit_image()
112 if (!gKernelArgs.frame_buffer.enabled) in video_display_splash()
118 addr_t size = min_c(gKernelArgs.frame_buffer.width in video_display_splash()
119 * gKernelArgs.frame_buffer.height * 4u, in video_display_splash()
120 gKernelArgs.frame_buffer.physical_buffer.size); in video_display_splash()
138 switch (gKernelArgs.frame_buffer.depth) { in video_display_splash()
165 compute_splash_logo_placement(gKernelArgs.frame_buffer.width, gKernelArgs.frame_buffer.height, in video_display_splash()
175 switch (gKernelArgs.frame_buffer.depth) { in video_display_splash()
178 gKernelArgs.boot_splash in video_display_splash()
180 if (gKernelArgs.boot_splash == NULL) in video_display_splash()
184 gKernelArgs.boot_splash, uncompressedSize); in video_display_splash()
185 lowerHalfIconImage = (uint8 *)gKernelArgs.boot_splash in video_display_splash()
191 gKernelArgs.boot_splash in video_display_splash()
193 if (gKernelArgs.boot_splash == NULL) in video_display_splash()
197 gKernelArgs.boot_splash, uncompressedSize); in video_display_splash()
198 lowerHalfIconImage = (uint8 *)gKernelArgs.boot_splash in video_display_splash()
205 compute_splash_icons_placement(gKernelArgs.frame_buffer.width, gKernelArgs.frame_buffer.height, in video_display_splash()