Home
last modified time | relevance | path

Searched refs:getLocationSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp80 const deUint32 size = attributes[attribNdx].getType().getLocationSize(); in hasAttributeAliasing()
852 …butes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_ty… in iterate()
916 …c = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocat… in iterate()
958 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
994 …c = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocat… in iterate()
1116 …butes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_ty… in iterate()
1152 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1210 …butes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_ty… in iterate()
1255 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
1329 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; loc++) in iterate()
[all …]
DglsAttributeLocationTests.hpp51 deUint32 getLocationSize (void) const { return m_locationSize; } in getLocationSize() function in deqp::gls::AttributeLocationTestUtil::AttribType
/external/deqp/modules/gles2/functional/
Des2fAttribLocationTests.cpp103 if (type.getLocationSize() > 1) in createAttributeLocationTests()
/external/deqp/modules/gles3/functional/
Des3fAttribLocationTests.cpp130 if (type.getLocationSize() > 1) in createAttributeLocationTests()