Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp2363 const ShaderMap<const std::vector<sh::InterfaceBlock> *> &shaderInterfaceBlocks, in ValidateInterfaceBlocksMatch() argument
2371 if (shaderInterfaceBlocks[shaderType] && in ValidateInterfaceBlocksMatch()
2373 *shaderInterfaceBlocks[shaderType], shaderType, instancelessInterfaceBlocksFields, in ValidateInterfaceBlocksMatch()
2385 ASSERT(!shaderInterfaceBlocks[ShaderType::Compute]); in ValidateInterfaceBlocksMatch()
2394 if (!shaderInterfaceBlocks[shaderType]) in ValidateInterfaceBlocksMatch()
2401 InitializeInterfaceBlockMap(*shaderInterfaceBlocks[shaderType], shaderType, in ValidateInterfaceBlocksMatch()
2405 else if (!ValidateGraphicsInterfaceBlocksPerShader(*shaderInterfaceBlocks[shaderType], in ValidateInterfaceBlocksMatch()