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.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()