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

  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 95 typedef SPIRVMap<std::string, SPIRVFPRoundingModeKind>
414 SPIRVMap<std::string, SPIRVFPRoundingModeKind>::init() {
SPIRVUtil.cpp 433 map<SPIRVFPRoundingModeKind>(Postfix.str()));
455 return rmap<std::string>(static_cast<SPIRVFPRoundingModeKind>(Value));
    [all...]
SPIRVReader.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEnum.h 109 typedef spv::FPRoundingMode SPIRVFPRoundingModeKind;
SPIRVInstruction.h 135 void addFPRoundingMode(SPIRVFPRoundingModeKind Kind) {
147 bool hasFPRoundingMode(SPIRVFPRoundingModeKind *Kind = nullptr) {
151 *Kind = static_cast<SPIRVFPRoundingModeKind>(V);
    [all...]

Completed in 133 milliseconds