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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_binning.c368 const unsigned fmaskLog2Pixels = util_logbase2(fmaskBinSizeTagPart / cFmask); local in function:gfx10_get_bin_sizes
369 const unsigned fmaskBinSizeX = 1 << ((fmaskLog2Pixels + 1) / 2); /* round up width */
370 const unsigned fmaskBinSizeY = 1 << (fmaskLog2Pixels / 2); /* round down height */
373 if (fmaskLog2Pixels < colorLog2Pixels) {

Completed in 3 milliseconds