Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h55 struct SPIRVNumberConstant { struct
56 bool operator==(const SPIRVNumberConstant& that) const {
81 struct hash<SkSL::SPIRVNumberConstant> { argument
82 size_t operator()(const SkSL::SPIRVNumberConstant& key) const {
493 std::unordered_map<SPIRVNumberConstant, SpvId> fNumberConstants;
DSkSLSPIRVCodeGenerator.cpp2892 SPIRVNumberConstant key{valueBits, type.numberKind()}; in writeLiteral()