HomeSort by relevance Sort by last modified time
    Searched refs:BufferIndex (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
Edid.c 231 UINT8 *BufferIndex;
276 BufferIndex = &EdidDataBlock->StandardTimingIdentification[0];
278 if ((BufferIndex[0] != 0x1) && (BufferIndex[1] != 0x1)){
282 HorizontalResolution = (UINT16) (BufferIndex[0] * 8 + 248);
283 AspectRatio = (UINT8) (BufferIndex[1] >> 6);
301 RefreshRate = (UINT8) ((BufferIndex[1] & 0x1f) + 60);
308 BufferIndex += 2;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.h 171 @param BufferIndex A pointer to hold the returned stack index.
183 OUT UINTN *BufferIndex
EbcInt.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c 1096 UINT8 *BufferIndex;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c 842 UINT8 *BufferIndex;
887 BufferIndex = &EdidDataBlock->StandardTimingIdentification[0];
889 if ((BufferIndex[0] != 0x1) && (BufferIndex[1] != 0x1)){
893 HorizontalResolution = (UINT8) (BufferIndex[0] * 8 + 248);
894 AspectRatio = (UINT8) (BufferIndex[1] >> 6);
912 RefreshRate = (UINT8) ((BufferIndex[1] & 0x1f) + 60);
919 BufferIndex += 2;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.c 586 UINTN BufferIndex;
626 for(BufferIndex=0;
627 BufferIndex < BuffersInBlock;
628 BufferIndex++, WordAddress += P30_MAX_BUFFER_SIZE_IN_BYTES, DataBuffer += P30_MAX_BUFFER_SIZE_IN_WORDS
    [all...]
  /external/mesa3d/src/mesa/main/
shader_query.cpp     [all...]
mtypes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 218 UINT BufferIndex;
    [all...]
d3d11.idl     [all...]
d3d11.h     [all...]
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp     [all...]

Completed in 355 milliseconds