Home
last modified time | relevance | path

Searched refs:WordLiterals (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h547 WordLiterals.push_back(x); in SPIRVExecutionMode()
548 WordLiterals.push_back(y); in SPIRVExecutionMode()
549 WordLiterals.push_back(z); in SPIRVExecutionMode()
556 WordLiterals.push_back(code); in SPIRVExecutionMode()
567 const std::vector<SPIRVWord>& getLiterals()const { return WordLiterals;} in getLiterals()
588 std::vector<SPIRVWord> WordLiterals; variable
DSPIRVEntry.cpp436 getEncoder(O) << Target << ExecMode << WordLiterals; in encode()
445 WordLiterals.resize(3); in decode()
450 WordLiterals.resize(1); in decode()
456 getDecoder(I) >> WordLiterals; in decode()