Home
last modified time | relevance | path

Searched defs:vectorSize (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp632 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()
638 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()
646 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType()
DTargetInfo.cpp129 bool SwiftABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize, in isLegalVectorTypeForSwift()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp326 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource() local
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp402 …const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_da… in genVertexSource() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp637 const deUint32 vectorSize = m_data.params.firstVertex + m_data.params.vertexCount; in generateDrawData() local
/external/clang/lib/Sema/
DSemaType.cpp2312 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType() local
6332 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8); in HandleVectorSizeAttr() local