Home
last modified time | relevance | path

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

/external/qemu-pc-bios/vgabios/
Dvbe_display_api.txt54 - Changed BPP API (in order to include future (A)RGB formats)
81 BPP Bits Per Pixel
158 This parameter can be used to read/write the vbe display BPP.
159 It's illegal to set the BPP when the VBE is enabled (display code should generate PANIC).
161 If the value written is an incompatible BPP, the display code needs to generate a PANIC.
168 with the current XRES, YRES and BPP settings.
233 …* Since the XRES/YRES/BPP may not be written when VBE is enabled, if you want to switch from one V…
/external/qemu/
Dvnchextile.h3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t))
5 #define NAME CONCAT(generic_, BPP)
7 #define NAME BPP
Dvnc.c491 #define BPP 8 macro
493 #undef BPP
495 #define BPP 16 macro
497 #undef BPP
499 #define BPP 32 macro
501 #undef BPP
504 #define BPP 8 macro
506 #undef BPP
510 #define BPP 16 macro
512 #undef BPP
[all …]
Dvnc-android.c497 #define BPP 8 macro
499 #undef BPP
501 #define BPP 16 macro
503 #undef BPP
505 #define BPP 32 macro
507 #undef BPP
510 #define BPP 8 macro
512 #undef BPP
516 #define BPP 16 macro
518 #undef BPP
[all …]
/external/libyuv/files/source/
Drow_common.cc1045 #define RGBANY(NAMEANY, ARGBTORGB, BPP) \ argument
1051 memcpy(rgb_buf, row, width * BPP); \
1067 #define YANY(NAMEANY, ARGBTOY_SSE, BPP) \ argument
1070 ARGBTOY_SSE(src_argb + (width - 16) * BPP, dst_y + (width - 16), 16); \
1091 #define UVANY(NAMEANY, ANYTOUV_SSE, ANYTOUV_C, BPP) \ argument
1096 ANYTOUV_C(src_argb + n * BPP, src_stride_argb, \
1120 #define UV422ANY(NAMEANY, ANYTOUV_SSE, ANYTOUV_C, BPP) \ argument
1125 ANYTOUV_C(src_argb + n * BPP, \
/external/clang/lib/CodeGen/
DTargetInfo.cpp974 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg() local
977 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, in EmitVAArg()
2571 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg() local
2574 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, in EmitVAArg()
2825 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg() local
2828 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap"); in EmitVAArg()
3503 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg() local
3506 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap"); in EmitVAArg()
3545 Addr = Builder.CreateLoad(Builder.CreateBitCast(Addr, BPP)); in EmitVAArg()
4553 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg() local
[all …]