Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.h250 std::unordered_map<const Type::Field*, const InterfaceBlock*> fInterfaceBlockMap; variable
DSkSLSPIRVCodeGenerator.h321 std::unordered_map<const Variable*, int32_t> fInterfaceBlockMap; variable
DSkSLMetalCodeGenerator.cpp471 this->write(fInterfaceBlockNameMap[fInterfaceBlockMap[field]]); in writeFieldAccess()
935 fInterfaceBlockMap[&field] = parentIntf; in writeFields()
/external/skia/src/sksl/
DSkSLMetalCodeGenerator.h257 std::unordered_map<const Type::Field*, const InterfaceBlock*> fInterfaceBlockMap; variable
DSkSLSPIRVCodeGenerator.h375 std::unordered_map<const Variable*, int32_t> fInterfaceBlockMap;
DSkSLMetalCodeGenerator.cpp586 this->write(fInterfaceBlockNameMap[fInterfaceBlockMap[field]]); in writeFieldAccess()
1096 fInterfaceBlockMap[&field] = parentIntf; in writeFields()