Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h64 struct SPIRVVectorConstant { struct
65 bool operator==(const SPIRVVectorConstant& that) const {
88 struct hash<SkSL::SPIRVVectorConstant> { argument
89 size_t operator()(const SkSL::SPIRVVectorConstant& key) const {
494 std::unordered_map<SPIRVVectorConstant, SpvId> fVectorConstants;
DSkSLSPIRVCodeGenerator.cpp1287 SPIRVVectorConstant key{this->getType(type), in writeConstantVector()