Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInOp.cpp24 int32_t log2Width, int32_t log2Height, in regen_vertices() argument
50 v0 >>= log2Height; in regen_vertices()
52 v1 >>= log2Height; in regen_vertices()
173 int log2Width = 0, log2Height = 0; in regenInOp() local
201 log2Height = fontCache->log2Height(info->maskFormat()); in regenInOp()
209 transY, log2Width, log2Height, color); in regenInOp()
DGrAtlasGlyphCache.h178 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height() function
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c910 GLint log2Width, log2Height, texelBytes; in setup_hardware_state() local
919 log2Height = firstImage->HeightLog2; in setup_hardware_state()
948 (log2Height << RADEON_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
953 assert(log2Width == log2Height); in setup_hardware_state()
955 (log2Height << RADEON_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
959 (log2Height << RADEON_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
961 (log2Height << RADEON_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
963 (log2Height << RADEON_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
965 (log2Height << RADEON_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c1292 GLint log2Width, log2Height, log2Depth, texelBytes; in setup_hardware_state() local
1300 log2Height = firstImage->HeightLog2; in setup_hardware_state()
1306 __func__, rmesa, t, log2Width, log2Height, in setup_hardware_state()
1348 ((log2Height + extra_size)<< R200_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
1364 assert(log2Width == log2Height); in setup_hardware_state()
1366 (log2Height << R200_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
1371 (log2Height << R200_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
1373 (log2Height << R200_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
1375 (log2Height << R200_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
1377 (log2Height << R200_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()