Lines Matching refs:GenericVec4
917 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
946 rr::GenericVec4 m_defaultAttrib;
1015 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder)
1535 static rr::GenericVec4 generateAttributeValue (int seed, DrawTestSpec::InputType type);
1743 rr::GenericVec4 RandomArrayGenerator::generateAttributeValue (int seed, DrawTestSpec::InputType type)
1750 return rr::GenericVec4(generateRandomVec4(random));
1753 return rr::GenericVec4(generateRandomIVec4(random));
1756 return rr::GenericVec4(generateRandomUVec4(random));
1760 return rr::GenericVec4(tcu::Vec4(1, 1, 1, 1));
3216 rr::GenericVec4 nullAttribValue;
3235 rr::GenericVec4 attribValue = RandomArrayGenerator::generateAttributeValue(seed, attribSpec.inputType);