Searched refs:shaderInterfaceBlocks (Results 1 – 1 of 1) sorted by relevance
2363 const ShaderMap<const std::vector<sh::InterfaceBlock> *> &shaderInterfaceBlocks, in ValidateInterfaceBlocksMatch() argument2371 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()