Home
last modified time | relevance | path

Searched refs:fInterfaceBlockMap (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h266 std::unordered_map<const Type::Field*, const InterfaceBlock*> fInterfaceBlockMap; variable
DSkSLSPIRVCodeGenerator.h482 std::unordered_map<const Variable*, int32_t> fInterfaceBlockMap;
DSkSLMetalCodeGenerator.cpp1362 this->write(fInterfaceBlockNameMap[fInterfaceBlockMap[field]]); in writeFieldAccess()
2061 fInterfaceBlockMap[&field] = parentIntf; in writeFields()