Home | History | Annotate | Download | only in opengl

Lines Matching full:bitfield

1803 tcu::Format::Bitfield<16> getBufferMaskStr (int value)
1811 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
1814 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value)
1825 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
1828 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value)
1845 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
1848 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value)
1859 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);