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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c966 uint8_t log2cpp; local in function:nve4_set_surface_info
1012 log2cpp = (0xf000 & nve4_su_format_aux_map[view->format]) >> 12;
1019 info[13] = (0x06 << 22) | ((width << log2cpp) - 1);
1033 info[1] |= log2cpp << 16;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c964 uint8_t log2cpp; local in function:nve4_set_surface_info
1010 log2cpp = (0xf000 & nve4_su_format_aux_map[view->format]) >> 12;
1017 info[13] = (0x06 << 22) | ((width << log2cpp) - 1);
1031 info[1] |= log2cpp << 16;

Completed in 8 milliseconds