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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_binning.c358 const unsigned colorLog2Pixels = util_logbase2(colorBinSizeTagPart / cColor); local in function:gfx10_get_bin_sizes
359 const unsigned colorBinSizeX = 1 << ((colorLog2Pixels + 1) / 2); /* round up width */
360 const unsigned colorBinSizeY = 1 << (colorLog2Pixels / 2); /* round down height */
373 if (fmaskLog2Pixels < colorLog2Pixels) {

Completed in 2 milliseconds