Home
last modified time | relevance | path

Searched refs:log2Height (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInBatch.cpp24 int32_t log2Width, int32_t log2Height, in regen_vertices() argument
50 v0 >>= log2Height; in regen_vertices()
52 v1 >>= log2Height; in regen_vertices()
183 int log2Width = 0, log2Height = 0; in regenInBatch() local
211 log2Height = fontCache->log2Height(info->maskFormat()); in regenInBatch()
219 transY, log2Width, log2Height, color); in regenInBatch()
DGrBatchFontCache.h175 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height() function
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c979 GLint log2Width, log2Height, texelBytes; in setup_hardware_state() local
988 log2Height = firstImage->HeightLog2; in setup_hardware_state()
1017 (log2Height << RADEON_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
1022 ASSERT(log2Width == log2Height); in setup_hardware_state()
1024 (log2Height << RADEON_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
1028 (log2Height << RADEON_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
1030 (log2Height << RADEON_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
1032 (log2Height << RADEON_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
1034 (log2Height << RADEON_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c1387 GLint log2Width, log2Height, log2Depth, texelBytes; in setup_hardware_state() local
1395 log2Height = firstImage->HeightLog2; in setup_hardware_state()
1401 __func__, rmesa, t, log2Width, log2Height, in setup_hardware_state()
1443 ((log2Height + extra_size)<< R200_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
1459 ASSERT(log2Width == log2Height); in setup_hardware_state()
1461 (log2Height << R200_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
1466 (log2Height << R200_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
1468 (log2Height << R200_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
1470 (log2Height << R200_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
1472 (log2Height << R200_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()