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.c912 GLint log2Width, log2Height, texelBytes; in setup_hardware_state() local
921 log2Height = firstImage->HeightLog2; in setup_hardware_state()
950 (log2Height << RADEON_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
955 assert(log2Width == log2Height); in setup_hardware_state()
957 (log2Height << RADEON_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
961 (log2Height << RADEON_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
963 (log2Height << RADEON_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
965 (log2Height << RADEON_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
967 (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()
1351 ((log2Height + extra_size)<< R200_TXFORMAT_HEIGHT_SHIFT)); in setup_hardware_state()
1367 assert(log2Width == log2Height); in setup_hardware_state()
1369 (log2Height << R200_TXFORMAT_F5_HEIGHT_SHIFT) | in setup_hardware_state()
1374 (log2Height << R200_FACE_HEIGHT_1_SHIFT) | in setup_hardware_state()
1376 (log2Height << R200_FACE_HEIGHT_2_SHIFT) | in setup_hardware_state()
1378 (log2Height << R200_FACE_HEIGHT_3_SHIFT) | in setup_hardware_state()
1380 (log2Height << R200_FACE_HEIGHT_4_SHIFT)); in setup_hardware_state()