Home | History | Annotate | Download | only in functional

Lines Matching refs:COMPONENTS

97 			COMPONENTS = COMPS															\
103 tcu::Vector<TYPE, COMPONENTS> value; \
104 value = convertToTypeVec<Type, COMPONENTS>(v); \
131 COMPONENTS = COMPS \
137 tcu::Vector<TYPE, COMPONENTS> value; \
138 value = convertToTypeVec<Type, COMPONENTS>(v); \
165 COMPONENTS = COMPS \
171 tcu::Vector<TYPE, COMPONENTS> value; \
172 value = convertToTypeVec<Type, COMPONENTS>(v); \
199 COMPONENTS = COMPS \
205 tcu::Vector<TYPE, COMPONENTS> value; \
206 value = convertToTypeVec<Type, COMPONENTS>(v); \
404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
426 if (components == 1)
428 else if (components == 2)
430 else if (components == 3)
432 else if (components == 4)
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
484 if (components == 1)
486 else if (components == 2)
488 else if (components == 3)
490 else if (components == 4)