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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 81 SPIRVDecorateGeneric::getDecorateKind()const {
198 if (A->getDecorateKind() < B->getDecorateKind())
200 if (A->getDecorateKind() > B->getDecorateKind())
225 if (A.getDecorateKind() != B.getDecorateKind())
SPIRVDecorate.h 64 Decoration getDecorateKind() const;
SPIRVEntry.cpp 259 Decorates.insert(std::make_pair(Dec->getDecorateKind(), Dec));

Completed in 61 milliseconds