Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c966 uint8_t log2cpp; in nve4_set_surface_info() local
1012 log2cpp = (0xf000 & nve4_su_format_aux_map[view->format]) >> 12; in nve4_set_surface_info()
1019 info[13] = (0x06 << 22) | ((width << log2cpp) - 1); in nve4_set_surface_info()
1033 info[1] |= log2cpp << 16; in nve4_set_surface_info()