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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 208 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord) = 0;
SPIRVModule.cpp 204 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord);
727 SPIRVModuleImpl::addVectorType(SPIRVType* CompType, SPIRVWord CompCount) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 523 return mapType(T, BM->addVectorType(transType(T->getVectorElementType()),
    [all...]

Completed in 50 milliseconds