Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c964 uint8_t log2cpp; in nve4_set_surface_info() local
1010 log2cpp = (0xf000 & nve4_su_format_aux_map[view->format]) >> 12; in nve4_set_surface_info()
1017 info[13] = (0x06 << 22) | ((width << log2cpp) - 1); in nve4_set_surface_info()
1031 info[1] |= log2cpp << 16; in nve4_set_surface_info()