Home | History | Annotate | Download | only in functional

Lines Matching refs:TYPE_UINT

120 	const DataType		outType		= isSSBO ? m_type : glu::TYPE_UINT;
610 const deUint32 compareMask = (m_type == TYPE_UINT || numBits == 32) ? ~0u : (1u<<numBits)-1u;
681 const deUint32 compareMask = (m_type == TYPE_UINT || numBits == 32) ? ~0u : (1u<<numBits)-1u;
1108 const DataType type = typeNdx > 0 ? TYPE_INT : TYPE_UINT;