Lines Matching refs:supported
3591 // Compute tile info, hardcode numSamples to 1 because MSAA is not supported
3595 // Check if the input is supported
3716 // Fill the index into the lookup table, if the combination is not supported
3770 * Check if it is supported for given bpp and tile config to generate a equation.
3773 * TRUE if supported
3783 BOOL_32 supported = TRUE;
3785 // Linear tile mode is not supported in swizzle pattern equation
3788 supported = FALSE;
3791 // which is not supported in swizzle pattern equation due to slice rotation
3798 supported = FALSE;
3800 // Only 8bpp(stencil), 16bpp and 32bpp is supported for depth
3803 supported = FALSE;
3805 // Tile split is not supported in swizzle pattern equation
3811 supported = FALSE;
3814 if ((supported == TRUE) && (m_chipFamily == ADDR_CHIP_FAMILY_SI))
3816 supported = m_EquationSupport[tileIndex][elementBytesLog2];
3820 return supported;