HomeSort by relevance Sort by last modified time
    Searched refs:getVectorComponentType (Results 1 - 5 of 5) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 65 return getVectorComponentType()->getBitWidth();
123 SPIRVType::getVectorComponentType() const {
220 return isTypeVector() && getVectorComponentType()->isTypeBool();
225 return isTypeVector() && getVectorComponentType()->isTypeInt();
230 return isTypeVector() && getVectorComponentType()->isTypeFloat();
SPIRVInstruction.h 620 op1Ty = getValueType(Op1)->getVectorComponentType();
621 op2Ty = getValueType(Op2)->getVectorComponentType();
901 op1Ty = getValueType(Op1)->getVectorComponentType();
902 op2Ty = getValueType(Op2)->getVectorComponentType();
903 resTy = Type->getVectorComponentType();
978 getValueType(Condition)->getVectorComponentType() :
    [all...]
SPIRVType.h 78 SPIRVType *getVectorComponentType() const;
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 702 return mapType(T, VectorType::get(transType(T->getVectorComponentType()),
812 return transTypeToOCLTypeName(T->getVectorComponentType()) +
    [all...]
SPIRVUtil.cpp 198 auto eleTy = Ty->getVectorComponentType();
    [all...]

Completed in 111 milliseconds