Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c916 GLint log2Width, log2Height, texelBytes; in setup_hardware_state() local
925 log2Height = firstImage->HeightLog2; in setup_hardware_state()
954 (log2Height << RADEON_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
959 assert(log2Width == log2Height); in setup_hardware_state()
961 (log2Height << RADEON_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
965 (log2Height << RADEON_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
967 (log2Height << RADEON_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
969 (log2Height << RADEON_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
971 (log2Height << RADEON_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c1293 GLint log2Width, log2Height, log2Depth, texelBytes; in setup_hardware_state() local
1301 log2Height = firstImage->HeightLog2; in setup_hardware_state()
1307 __func__, rmesa, t, log2Width, log2Height, in setup_hardware_state()
1349 ((log2Height + extra_size)<< R200_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
1365 assert(log2Width == log2Height); in setup_hardware_state()
1367 (log2Height << R200_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
1372 (log2Height << R200_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
1374 (log2Height << R200_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
1376 (log2Height << R200_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
1378 (log2Height << R200_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()