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

  /external/mesa3d/prebuilt-intermediates/main/
format_info.h 43 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
57 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
71 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
85 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
99 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
113 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
127 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
141 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
155 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1,
169 .BlockWidth = 1, .BlockHeight = 1, .BlockDepth = 1
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
MemoryTest.c 55 UINTN BlockWidth;
104 BlockWidth = SizeOfX / 100;
152 PosX = Index * BlockWidth;
162 BlockWidth - 1,
164 (BlockWidth) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
175 BlockWidth - 1,
177 (BlockWidth) * sizeof (EFI_UGA_PIXEL)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 396 UINTN BlockWidth;
440 BlockWidth = SizeOfX / 100;
488 PosX = Index * BlockWidth;
498 BlockWidth - 1,
500 (BlockWidth) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
511 BlockWidth - 1,
513 (BlockWidth) * sizeof (EFI_UGA_PIXEL)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 79 UINTN BlockWidth;
126 BlockWidth = SizeOfX / 100;
172 PosX = Index * BlockWidth;
182 BlockWidth - 1,
184 (BlockWidth) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
195 BlockWidth - 1,
197 (BlockWidth) * sizeof (EFI_UGA_PIXEL)
  /external/mesa3d/src/mesa/main/
formats.c 73 GLubyte BlockWidth, BlockHeight, BlockDepth;
326 *bw = info->BlockWidth;
346 *bw = info->BlockWidth;
503 return info->BlockWidth > 1 || info->BlockHeight > 1;
754 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) {
756 const GLuint bw = info->BlockWidth;
782 if (info->BlockWidth > 1 || info->BlockHeight > 1 || info->BlockDepth > 1) {
784 const uint64_t bw = info->BlockWidth;
806 if (info->BlockWidth > 1 || info->BlockHeight > 1) {
808 const GLuint bw = info->BlockWidth;
    [all...]

Completed in 144 milliseconds