Home
last modified time | relevance | path

Searched defs:vectorSize (Results 1 – 15 of 15) 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/capstone/bindings/java/capstone/
DArm.java125 public int vectorSize; field in Arm.OpInfo
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp130 deUint32 getConstituentIndex (deUint32 ndx, deUint32 vectorSize) in getConstituentIndex()
316 string getBooleanResultType (deUint32 vectorSize) in getBooleanResultType()
496 string getOtherSizeTypes (InputType inputType, deUint32 vectorSize, InputWidth inputWidth) in getOtherSizeTypes()
592 … string spirvOperation, InputType inputType, string spirvTestType, deUint32 vectorSize, InputWidth… in getBinaryFullOperationWithInputWidthStr()
840 deUint32 vectorSize) in SpvAsmTypeTests()
2301 deUint32 vectorSize) in SpvAsmTypeInt8Tests()
2352 deUint32 vectorSize) in SpvAsmTypeInt16Tests()
2403 deUint32 vectorSize) in SpvAsmTypeInt32Tests()
2454 deUint32 vectorSize) in SpvAsmTypeInt64Tests()
2505 deUint32 vectorSize) in SpvAsmTypeUint8Tests()
[all …]
/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-deps/glslang/glslang/Include/
DTypes.h84 unsigned int vectorSize : 3; // vector return type size. member
1224 int vectorSize : 4; variable
2134 …int vectorSize : 4; // 1 means either scalar or 1-component vector; see vector1 to disambig… variable
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5490 …angToSpvTraverser::createIntWidthConversion(glslang::TOperator op, spv::Id operand, int vectorSize)
5572 int vectorSize = builder.isVectorType(destType) ? builder.getNumTypeComponents(destType) : 0; local
5912 spv::Id TGlslangToSpvTraverser::makeSmearedConstant(spv::Id constant, int vectorSize)
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp626 const deUint32 vectorSize = m_data.params.firstVertex + m_data.params.vertexCount; in generateDrawData() local
/external/skia/src/sksl/
DSkSLJIT.cpp1292 LLVMValueRef vectorSize = LLVMConstInt(fInt32Type, fVectorCount, false); in compileStageFunctionLoop() local
DSkSLSPIRVCodeGenerator.cpp749 int vectorSize = 0; in vectorize() local
/external/skqp/src/sksl/
DSkSLJIT.cpp1292 LLVMValueRef vectorSize = LLVMConstInt(fInt32Type, fVectorCount, false); in compileStageFunctionLoop() local
DSkSLSPIRVCodeGenerator.cpp743 int vectorSize = 0; in vectorize() 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
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1401 const int vectorSize = 16; in createConstantVector() local