Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteRowMajorMatrices.cpp537 typedef angle::HashMap<const TVariable *, TVariable *> InterfaceBlockMap; typedef in sh::__anon7bfeb1450111::RewriteRowMajorMatricesTraverser
543 InterfaceBlockMap *interfaceBlockMap, in RewriteRowMajorMatricesTraverser()
1550 InterfaceBlockMap interfaceBlockMap;
1561 InterfaceBlockMap *mInterfaceBlockMap;
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp2212 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()
H A DProgramLinkedResources.h355 using InterfaceBlockMap = std::map<std::string, ShaderInterfaceBlock>; variable