Lines Matching refs:operation
90 u32 operation, efi_uintn_t sx, in gop_blt_int() argument
114 switch (operation) { in gop_blt_int()
132 switch (operation) { in gop_blt_int()
147 switch (operation) { in gop_blt_int()
162 switch (operation) { in gop_blt_int()
182 switch (operation) { in gop_blt_int()
201 switch (operation) { in gop_blt_int()
372 u32 operation, efi_uintn_t sx, in gop_blt() argument
381 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
386 switch (operation) { in gop_blt()
388 ret = gop_blt_video_fill(this, buffer, operation, sx, sy, dx, in gop_blt()
394 ret = gop_blt_buf_to_vid32(this, buffer, operation, sx, in gop_blt()
398 ret = gop_blt_buf_to_vid16(this, buffer, operation, sx, in gop_blt()
403 ret = gop_blt_vid_to_vid(this, buffer, operation, sx, sy, dx, in gop_blt()
407 ret = gop_blt_vid_to_buf(this, buffer, operation, sx, sy, dx, in gop_blt()