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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 175 getVec(const std::string &S, char Delim) {
375 getVec(const std::string &Str) {
396 getVec(T Op1) {
404 getVec(T Op1, T Op2) {
413 getVec(T Op1, T Op2, T Op3) {
423 getVec(T Op1, const std::vector<T> &Ops2) {
SPIRVDecorate.h 155 for (auto &I:getVec(Name))
189 std::copy_n(getVec(Name).begin(), Literals.size()-1, Literals.begin());
SPIRVFunction.h 69 return getVec(CapabilityLinkage);
SPIRVType.h 214 auto Cap = getVec(CapabilityAddresses);
672 return getVec(CapabilityDeviceEnqueue);
692 return getVec(CapabilityDeviceEnqueue);
721 return getVec(CapabilityPipes);
SPIRVValue.h 328 return getVec(CapabilityLiteralSampler);
370 return getVec(CapabilityPipes, CapabilityPipeStorage);
SPIRVModule.cpp     [all...]
SPIRVInstruction.h     [all...]

Completed in 330 milliseconds