Searched refs:SPIRVNumberConstant (Results 1 – 2 of 2) sorted by relevance
55 struct SPIRVNumberConstant { struct56 bool operator==(const SPIRVNumberConstant& that) const {81 struct hash<SkSL::SPIRVNumberConstant> { argument82 size_t operator()(const SkSL::SPIRVNumberConstant& key) const {493 std::unordered_map<SPIRVNumberConstant, SpvId> fNumberConstants;
2892 SPIRVNumberConstant key{valueBits, type.numberKind()}; in writeLiteral()