Searched refs:InterfaceBlockMap (Results 1 – 3 of 3) sorted by relevance
537 typedef angle::HashMap<const TVariable *, TVariable *> InterfaceBlockMap; typedef in sh::__anon7bfeb1450111::RewriteRowMajorMatricesTraverser543 InterfaceBlockMap *interfaceBlockMap, in RewriteRowMajorMatricesTraverser()1550 InterfaceBlockMap interfaceBlockMap;1561 InterfaceBlockMap *mInterfaceBlockMap;
2212 InterfaceBlockMap *instancelessBlocksFields, in ValidateInstancelessGraphicsInterfaceBlocksPerShader()2316 InterfaceBlockMap *linkedInterfaceBlocks) in InitializeInterfaceBlockMap()2330 InterfaceBlockMap *linkedBlocks, in ValidateGraphicsInterfaceBlocksPerShader()2366 InterfaceBlockMap *instancelessInterfaceBlocksFields) in ValidateInterfaceBlocksMatch()2389 InterfaceBlockMap linkedInterfaceBlocks; in ValidateInterfaceBlocksMatch()2429 InterfaceBlockMap instancelessInterfaceBlocksFields; in LinkValidateProgramInterfaceBlocks()
355 using InterfaceBlockMap = std::map<std::string, ShaderInterfaceBlock>; variable